I am working on setting a default time when a form is opened.
This is working as it should but i have set a bound text box to select a different machine to get a different list. When a different list is selected it still picks up the default time from the previous sheet. I thought it would work if i set the code on the afterupdate for the machine but it kicks up errors. Could anyone help. I have attached the database to explain.
Thanks
jacc14
Code:
DoCmd.GoToRecord acActiveDataObject, , acLast
Start_Time.DefaultValue = """" & DateAdd("n", 0, Me.PlannedfinishTimesplit) & """"
Thanks
jacc14
Comment