md1274
04-17-2001, 06:49 AM
This line of code has given me the run-time error '3326': This recordset is not updatable:
me!txtVacation = me!txtVacation - num_hours.
The only problem with this is that it works perfectly on one form but when I copy the code to create a new form, this is the error I receive. Could anyone give me any suggestions on how to make this line of code work for a new form?
me!txtVacation = me!txtVacation - num_hours.
The only problem with this is that it works perfectly on one form but when I copy the code to create a new form, this is the error I receive. Could anyone give me any suggestions on how to make this line of code work for a new form?