Hello
I've been trying to rework an old database.
One tbl has a 'DateIn' field and a 'DateOut' field. When user adds a record to this tbl (through a frm), the 'DateIn' field defaults to the date of the add.
Through a different frm I'd like to update other fields in the tbl, and have the 'DateOut' default to the date of the update. However, I can't use =Date() because it is already being used as a default value in the 'DateIn' field. I was told I could put =Date() in the BeforeUpdate property for the 'DateOut' field on the frm, but that didn't work.
Any suggestions, or do tbls just need reconstructed. Any advice would be interesting and helpful.
THanks
Jeremy
I've been trying to rework an old database.
One tbl has a 'DateIn' field and a 'DateOut' field. When user adds a record to this tbl (through a frm), the 'DateIn' field defaults to the date of the add.
Through a different frm I'd like to update other fields in the tbl, and have the 'DateOut' default to the date of the update. However, I can't use =Date() because it is already being used as a default value in the 'DateIn' field. I was told I could put =Date() in the BeforeUpdate property for the 'DateOut' field on the frm, but that didn't work.
Any suggestions, or do tbls just need reconstructed. Any advice would be interesting and helpful.
THanks
Jeremy