I am working on a project for work that involves Service Tickets and Shift Changes. I have created a Shift Turnover Database using Access 2013. I have numerous forms along with tables and queries thus far. My challenge is when I update the tables with information from the forms. It seems that even though the text boxes on the forms are using the "Date/Time" function in the format of "Friday July 28, 2017" for their information. When I attempt to update the tables with the information (the fields in the tables are set to "date/time") to the tables, I get a "Type Mismatch" error. If I change the data type of the table field to "short text", I no longer get the error when I update the records.
This is all well and good. However, when I attempt to pull reports or queries against the tables and try to retrieve data based on a "Date", nothing works due to the data type being text.
I have researched on the net and I am not finding an answer to this. Can you please help?
If the fields on the forms are "Unbound" to a table, then how do a populate a date field that is on the form to a date/time field in a table? The only way I can do it now is by having the data type in the table set to text.
I appreciate you taking time to help. Thank you, Patrick
This is all well and good. However, when I attempt to pull reports or queries against the tables and try to retrieve data based on a "Date", nothing works due to the data type being text.
I have researched on the net and I am not finding an answer to this. Can you please help?
If the fields on the forms are "Unbound" to a table, then how do a populate a date field that is on the form to a date/time field in a table? The only way I can do it now is by having the data type in the table set to text.
I appreciate you taking time to help. Thank you, Patrick