I have designed a window to enter data into the records of a specific table.
1st Question: How to program the window so the actual record to be altered is untouched unless I click the save button (I designed a command button to perform this function)? I really want this only after I click the save button, so I think setting recordlock to 1 wont help.
2nd Question: In my design, I used several combos to allow me quickly select a value instead of type it manually. The problem is there are more selections than I needed, some of them are repeated; e.g. I only need to select either A or B, but I can find A B B pop out from the drop-down. How can I remove those self-repeating terms?
By the way, the queries behind the combos are directed to different columns in the specific table where they have repeating values (column designed for classification purposes). Should I create another table to handle those classification terms and direct the queries over there?
Thank you for any kind suggestion!