Hi,
I have a continous form that starts off with the data entered in a crosstab manner. e.x.
Client Car Wash , Car Detail, Service 3 Service 4 ........Service 15
John Smith 1 2
This is how the client wants to enter their information. However, I would like to be able to store the information as follows
Client Service Hours
Client1 Car Wash 1
Client1 Car Detail 2
And so on.
Is there a way I can do this using VBA?
Ideally I would like them to enter using a subform in the manner that I want to store the info but they don't want that. Storing the info in the crosstab manner creates lots of efficiency issues when creating queries and reports.
Thanks
Ian
I have a continous form that starts off with the data entered in a crosstab manner. e.x.
Client Car Wash , Car Detail, Service 3 Service 4 ........Service 15
John Smith 1 2
This is how the client wants to enter their information. However, I would like to be able to store the information as follows
Client Service Hours
Client1 Car Wash 1
Client1 Car Detail 2
And so on.
Is there a way I can do this using VBA?
Ideally I would like them to enter using a subform in the manner that I want to store the info but they don't want that. Storing the info in the crosstab manner creates lots of efficiency issues when creating queries and reports.
Thanks
Ian