Hello All !!! I am a photographer trying to automate my processes using Access. I ran into an issue that I am not able to solve alone. Your help would be very much appreciated.
I have the following tables:
Clients : [ClientID], [Name], [Phone], [Email]
Proof: [ProofID], [ClientID], [Proofs]
There are 4 proofs for each client. To automate the printing of my order forms. I need to merge and export the data into an Excel spreadsheet with the following fields:
ClientID, Name, Proof1, Proof2, Proof3, Proof4
How can I copy the [Proof] entries to different fields ?
Thanks a lot !!!