M
mhudson
This seems to be a very popular question posed on the forum, and I have read
through and tried the most viable solutions given to others. I have three
diferent forms that update a table with three different date fields. Although
I have set the default value for all the date fields in the table to =Date()-
1, this only works on one of the forms, even though that field in each form
is given same properties.
The forms are used to update an inventory table containing part numbers, wip
dates and amounts, packing dates and amounts, and shipping dates and amounts.
I use the three different forms because not all the same part numbers have
records in each category each day. I typically update the tables the next day,
hence the Date()-1. This works well during the week, but not on Monday or if
I skip a day and have to enter data from more than one day ago.
The better solution would be to have a box on the form into which I could
input the date for the transactions being made, which would then
automatically fill in the date for the individual transaction. Is there a
reasonable way to do this? Thanks.
through and tried the most viable solutions given to others. I have three
diferent forms that update a table with three different date fields. Although
I have set the default value for all the date fields in the table to =Date()-
1, this only works on one of the forms, even though that field in each form
is given same properties.
The forms are used to update an inventory table containing part numbers, wip
dates and amounts, packing dates and amounts, and shipping dates and amounts.
I use the three different forms because not all the same part numbers have
records in each category each day. I typically update the tables the next day,
hence the Date()-1. This works well during the week, but not on Monday or if
I skip a day and have to enter data from more than one day ago.
The better solution would be to have a box on the form into which I could
input the date for the transactions being made, which would then
automatically fill in the date for the individual transaction. Is there a
reasonable way to do this? Thanks.