Re: Moving text in access
benlawton:
Have you tried using the form/report wizard?
Have you thought about using the Mail-Merge feature of MS Word?
Or, perhaps you could create a form that would have three comboboxes so the user could select the coutry from one, the exhibition from one, and the date from the last one.
Then you could have a command button on the form which would say "Print Invitation" on it and when the user clicked on the command button an invitation would be printed out in Ms Word using the information they selected in the comboboxes, from your Access database.
I'm not an Access guru, but I think one of these world work for you.
Good Luck