N
Nigel
Hi,
In my project I have a select query showing data from a single table. This
works well in that it allows the user to view/ edit the existing data and
also to create new records.
When creating new records, I need to record the CurrentUser() and
CurrentDate() into fields on the record. I can do the date via the ‘Default
value’ on the table but can’t set the User field as CurrentUser isn’t
available. Any ideas on how can I do this?
If I scrap the ‘select query’ and carry out record admin via a form I can do
it. Trouble is I value using the ‘select query’ as it allows the user to see
more records of their data and removes complexity.
In my project I have a select query showing data from a single table. This
works well in that it allows the user to view/ edit the existing data and
also to create new records.
When creating new records, I need to record the CurrentUser() and
CurrentDate() into fields on the record. I can do the date via the ‘Default
value’ on the table but can’t set the User field as CurrentUser isn’t
available. Any ideas on how can I do this?
If I scrap the ‘select query’ and carry out record admin via a form I can do
it. Trouble is I value using the ‘select query’ as it allows the user to see
more records of their data and removes complexity.