I have a data entry form with a field (casename) that automatically fills in using DLookup (from master table) when a user fills in the Case ID #. However, there are situations where there is not a Case ID # - in which case I want the user to be able to add the casename info manually and store the info into a field within that table (not the master table). [I realize this is not sound database design . . .but, this is the real world.]
In addition, when a user does an inquiry on the information (using a inquiry form), I want DLookup to work for the casename if a Case ID # exists, but if not, for the form to display the info manually entered and stored.
I assume I need to write code - any suggestions and where would the code be attached ?
Thank you !
In addition, when a user does an inquiry on the information (using a inquiry form), I want DLookup to work for the casename if a Case ID # exists, but if not, for the form to display the info manually entered and stored.
I assume I need to write code - any suggestions and where would the code be attached ?
Thank you !