I'm putting a very basic table (form on the front end) together to collect data, and I want the date field to be populated with the date the data is entered, and I don't want it to change - will =date() or =now() do that?
Also, I want to calculate a DateAdd on a date field that is manually added and will be variale, and I want it to be a year from that date...so I get that part (=DateAdd('yyyy',1) - but I don't know how to specify which field to DateAdd from....
Any help please?
Also, I want to calculate a DateAdd on a date field that is manually added and will be variale, and I want it to be a year from that date...so I get that part (=DateAdd('yyyy',1) - but I don't know how to specify which field to DateAdd from....
Any help please?