Hello, I’m hoping this is simple and someone could point me in the right direction….
What I’d like to do is have a button (on a form) that the user can click and run the following steps:
on click:
1. Save record current record
2. pull value from two fields: PolicyNum (string value, not a PK field) & PolYear (number, integer)
3. run query (make table) based on values from step #2 above
4. open form based off table created in step#3 above
The step 2 to run 3 is what stumps me.The rest I figure can be done in a macro, but likely this whole process should be in VBA, which I know so little about.
Many thanks in advance!!