G
Guest
I've got a switchboard form that opens upon opening of my database. I want
to display the ImportDate contained in tblCombinedData on this switchboard
form.
I'm looking for the VBA code that would open tblCombinedData, move to the
first record, and display the contents of a field called ImportData in a text
box called txtImportData. I believe this would run much faster than my
SELECT DISTINCT SQL query, which works, but runs too slowly over the network.
Thanks!
to display the ImportDate contained in tblCombinedData on this switchboard
form.
I'm looking for the VBA code that would open tblCombinedData, move to the
first record, and display the contents of a field called ImportData in a text
box called txtImportData. I believe this would run much faster than my
SELECT DISTINCT SQL query, which works, but runs too slowly over the network.
Thanks!