I have one form that came form one table that have one fields called data as type date/time. THE PROBEM IS i DONT WANT to the date for all workers automaticaly not one by one. this for salay paiment
If I am understanding you correctly, you do not want to enter the date each time? If so, you can set the default value of the date control using Date() in the control's property sheet.
Or, you can set it on the form's OnOpen with Me.DateControlName.DefaultValue = Date
Either way will put the current date in the control on each new record.
Let them hate - so long as they fear... Lucius Accius
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.