I have a form with several text boxes and combo boxes. One of the fields (ServiceID) is picked up from another form.
There record source is a query with the following fields: CartID, ServiceID, SerialNbr, CartStatus, CartStatusDate, CartEvent, CartRepairType, CartEventSubType and CartRemarks. The ServiceID field has a Criteria of Forms!Services!ServiceID
I want to be able to use the navigation buttons built in Access to navigate and add a new record. Now I click the add new record button from the navigation buttons a fields are blank for data entry which is good. The thing is the ServiceID field is blank too so how do I get it to write table because I don't want the user to actually type in the ServiceID. when I click the add new record button every field should be blank except for the ServiceID which was brought over from another form.
I hope I have explained this ok