Before I say anything - I cannot use VBA; I must use Macros. I do not have a choice.
Could someone please tell me how I can update a relevant table record based on the id number that it relates to from a form? I will explain further:
I have a rental input form for renting stuff. Part of the rental process involves me informing another table (The table with the stock number information) that the item in question is "OnLoan". That OnLoan value is simply a boolean. I am aware of how easy this is to do in VBA... I would simply use me.StockNo. Unfortunately, because we have been forced to use Macros it is not so easy.
I just need to use the same kind of "me" format. I just need some way of passing that value from the form and update the other table WHERE StockNo = the value from the form. Any help would be appreciated. It is just such a simple thing that I need to do and I cannot find this information.
Could someone please tell me how I can update a relevant table record based on the id number that it relates to from a form? I will explain further:
I have a rental input form for renting stuff. Part of the rental process involves me informing another table (The table with the stock number information) that the item in question is "OnLoan". That OnLoan value is simply a boolean. I am aware of how easy this is to do in VBA... I would simply use me.StockNo. Unfortunately, because we have been forced to use Macros it is not so easy.
I just need to use the same kind of "me" format. I just need some way of passing that value from the form and update the other table WHERE StockNo = the value from the form. Any help would be appreciated. It is just such a simple thing that I need to do and I cannot find this information.