2nd question of the day..
I have a form that is used to record adjustments made to items in an inventory file. I use the DLookup function to pull data from my inventory file into the form with a primary key on the item number. Once the form is completed it is then recorded into a table and given a record number (AutoNumber) if the item has had an adjustment. What I need is a text box or two on the form that will auto-update with information stating it was previously updated (Yes/No) and the last record it was previously updated on. How would I write this function in VBA?
Thanks in advance for your expertise!
I have a form that is used to record adjustments made to items in an inventory file. I use the DLookup function to pull data from my inventory file into the form with a primary key on the item number. Once the form is completed it is then recorded into a table and given a record number (AutoNumber) if the item has had an adjustment. What I need is a text box or two on the form that will auto-update with information stating it was previously updated (Yes/No) and the last record it was previously updated on. How would I write this function in VBA?
Thanks in advance for your expertise!