C
Charles
I have a combo box that holds the customers ID. I also have a duplicate
button that is used whenever a customer reorders because most often they
just order the same products. An unusual thing occurs that I just cannot
figure out. Everytime the duplicate button is pressed the Customer ID in
the combo box is dropped and is left blank. If the user trys to put the
Customer ID back, an error message appears saying that you must save the
record first. Of course you can't save the record with a Null value in the
Customer ID field since its the primary field in the customers table and no
NULL values exist in that table. So there you are, dead in the water! This
happens when I make changes to the form but I have yet to figure out how
this "glitch" creeps into my form. Its very mysterious to me and I have
fought it since I started programming in ACCESS 2000 but I still don't
understand it. Has anyone had any experience with this same problem as it
relates to combo boxes?
I am currently trying to add another combo box to the form and the same
problem is starting to occur with this new one.
Very frustrating!
Charles
button that is used whenever a customer reorders because most often they
just order the same products. An unusual thing occurs that I just cannot
figure out. Everytime the duplicate button is pressed the Customer ID in
the combo box is dropped and is left blank. If the user trys to put the
Customer ID back, an error message appears saying that you must save the
record first. Of course you can't save the record with a Null value in the
Customer ID field since its the primary field in the customers table and no
NULL values exist in that table. So there you are, dead in the water! This
happens when I make changes to the form but I have yet to figure out how
this "glitch" creeps into my form. Its very mysterious to me and I have
fought it since I started programming in ACCESS 2000 but I still don't
understand it. Has anyone had any experience with this same problem as it
relates to combo boxes?
I am currently trying to add another combo box to the form and the same
problem is starting to occur with this new one.
Very frustrating!
Charles