C
cornedbeef007-groups
How do I select a value into a user variable in VBA
Something like.
SELECT max(catalog_number) from my_list into myvariable WHERE show_id
= 1;
I then want to use myvariable later in an UPDATE query.
Something like.
SELECT max(catalog_number) from my_list into myvariable WHERE show_id
= 1;
I then want to use myvariable later in an UPDATE query.