Rx_
Nothing In Moderation
- Local time
- Today, 15:03
- Joined
- Oct 22, 2009
- Messages
- 2,803
Right now, the local table must be selected and the F5 clicked to see the result
Trying to automate the F5 refresh
A local table is used to evaluate many records in a process.
When a 2nd list box item is selected, there is vba code that
1 Deletes all records in MyLocalTable
2 Repopulates with new records from a VBA Append query
3 Runs analysis updating a Status field in MyLocalTable
When testing, the Form is open in run mode with the local table open just above it.
After the form clicks, the table must be highlighted - this replaces all of the old data with <delete>
Then the F5 is pressed
Is there vba code to take the place of the F5
Will it work if the table is not actually open (visible)
Trying to automate the F5 refresh
A local table is used to evaluate many records in a process.
When a 2nd list box item is selected, there is vba code that
1 Deletes all records in MyLocalTable
2 Repopulates with new records from a VBA Append query
3 Runs analysis updating a Status field in MyLocalTable
When testing, the Form is open in run mode with the local table open just above it.
After the form clicks, the table must be highlighted - this replaces all of the old data with <delete>
Then the F5 is pressed
Is there vba code to take the place of the F5
Will it work if the table is not actually open (visible)