NeedsHelp101
Technical User
Hi,
I'm trying to write a code that:
1- Uses DLookup to find a value based on a criteria (which happens to be the primary key)
2- Check if this value is null, and
3- If it is, insert a value into a table from a textbox on a form.
The thing is, the table is already created, so I'm not adding new records to it, I'm just filling in blank boxes.
I can do 1. and 2., but is 3. possible?
Thanks!
I'm trying to write a code that:
1- Uses DLookup to find a value based on a criteria (which happens to be the primary key)
2- Check if this value is null, and
3- If it is, insert a value into a table from a textbox on a form.
The thing is, the table is already created, so I'm not adding new records to it, I'm just filling in blank boxes.
I can do 1. and 2., but is 3. possible?
Thanks!