G
Guest
I need to be able to add a new field to an existing table, but can't figure
out how to do it w/ VBA.
Existing table is named tblWhatsNew.
A new boolean Yes/No field needs to be added to tblWhatsNew whenever a new
record is added to a table named tblAgents.
The new field needs to be named with new value of the FirstName in the
tblAgents table.
Thanks in advance for pointing me in the right direction!
....By the way, for a little background: I will have a form that pops up at
login that will list new features or announcements, and the user will check a
box indicating they have read the announcement, so in the future when that
same user logs in they will only see the announcements they haven't read.
Hence, I need to keep track of each user's read/not read information and this
seems like the simplest way.
out how to do it w/ VBA.
Existing table is named tblWhatsNew.
A new boolean Yes/No field needs to be added to tblWhatsNew whenever a new
record is added to a table named tblAgents.
The new field needs to be named with new value of the FirstName in the
tblAgents table.
Thanks in advance for pointing me in the right direction!
....By the way, for a little background: I will have a form that pops up at
login that will list new features or announcements, and the user will check a
box indicating they have read the announcement, so in the future when that
same user logs in they will only see the announcements they haven't read.
Hence, I need to keep track of each user's read/not read information and this
seems like the simplest way.