- I am trying to run a query that joins a date and time field together so I can check if it is greater than another joined date and time field. I have used the & function but I think that it is converting the field to text so 25/11/0013:00:00 is greater than 01/12/0017:00:00. is there a way of formating the field in the query?
Within the query the fields I have are
field1: [form1].[date] & [form1].[time]
field2: [form2].[date] & [form2].[time]
within another field I am using an iif statement to see if field1 is greater than field2
Within the query the fields I have are
field1: [form1].[date] & [form1].[time]
field2: [form2].[date] & [form2].[time]
within another field I am using an iif statement to see if field1 is greater than field2