I thought that this would be quite simple but I must be missing something.
I have an unbound form with an unbound textbox, I have set the default value of the textbox to =Date()
When I then query a table (I am later using this query in an append query) setting one of the fieldnames as Forms!frmSelect!Text2 it comes up blank.
If the date is manually changed in the form it comes up in the query.
Somehow the query is not picking up the data in the unbound textbox if the data is set for that textbox using the default value, onload or onopen events (I have tried all of them). The only time it works is if it is manually entered into the field.
hope this is clear enough. Any pointers would be appreciated.
Thanks
I have an unbound form with an unbound textbox, I have set the default value of the textbox to =Date()
When I then query a table (I am later using this query in an append query) setting one of the fieldnames as Forms!frmSelect!Text2 it comes up blank.
If the date is manually changed in the form it comes up in the query.
Somehow the query is not picking up the data in the unbound textbox if the data is set for that textbox using the default value, onload or onopen events (I have tried all of them). The only time it works is if it is manually entered into the field.
hope this is clear enough. Any pointers would be appreciated.
Thanks