VB Code:
.DoCmd.OpenQuery " SELECT " & TxtManual.Text & " FROM Time ", acViewNormal
I have this line of code saying object required as an error.
What i want to have happen is that when i open a query called time i only want the time and date entered in the text box to appear is this possible




Reply With Quote