Hello all.
I'm using MS Access 2007, I'm hoping somebody could shine some light on my problem.
Basically I have a form that allows order entry into the tblOrders, My database is based on the opthalmic industry, therefore I have effectively two data sets for each order, one for the Right eye and one for the left. Whilst most of the information is different, two fields in particular are often the same, which are "Right Lens Type" and "Left Lens Type".
What I would like to happen is when I enter information for the Right Lens type it automatically "copies" this information into the Left Lens type, but still allows me to change it for the rare occasion that there are lens differences.
I have tried playing around with the After update event but it appears to just Clear the Right lens field.
If there is a solution to this and I am to put it into the database what is the likelyhood of it affecting any current data I have stored? I have several hundred entries and a couple of these do have different lens types, will they be written over?
If its worth mentioning, all of my order data is stored on one table.
Thankyou in advance,
~Markus
I'm using MS Access 2007, I'm hoping somebody could shine some light on my problem.
Basically I have a form that allows order entry into the tblOrders, My database is based on the opthalmic industry, therefore I have effectively two data sets for each order, one for the Right eye and one for the left. Whilst most of the information is different, two fields in particular are often the same, which are "Right Lens Type" and "Left Lens Type".
What I would like to happen is when I enter information for the Right Lens type it automatically "copies" this information into the Left Lens type, but still allows me to change it for the rare occasion that there are lens differences.
I have tried playing around with the After update event but it appears to just Clear the Right lens field.
If there is a solution to this and I am to put it into the database what is the likelyhood of it affecting any current data I have stored? I have several hundred entries and a couple of these do have different lens types, will they be written over?
If its worth mentioning, all of my order data is stored on one table.
Thankyou in advance,
~Markus