I have a couple of tables - one contains work requests and one contains the engineering data. I use various query's for the engineer to select the job . Via a form based on a query. When the engineer select the job I want to set a Yes/No field in the Works Order table to "true". I need advice on the code you would use to use. and if its possible.
My incorrect sample code in red is what im hopping to do . Note the form/query Im using does not contain the field i want to populate.
Private Sub selectjob_btn_Click()
[Tablename], [Cellname] = True
Please note IM not a coder at all simple try to google solutions etc so please be gentle
My incorrect sample code in red is what im hopping to do . Note the form/query Im using does not contain the field i want to populate.
Private Sub selectjob_btn_Click()
[Tablename], [Cellname] = True
Please note IM not a coder at all simple try to google solutions etc so please be gentle
