Useing CR7, VB6, Access 2000
I'm trying to set up three Parameters and Select Expert, I have no problem with the Type. One is for a Date field & second for Time, which are being storied seperately. I get a error in the Record Selection Formula "A date-time is required here" just prior to the {?Sales Time}.
The following is my Record Selection Formula:
{tblSales.txtBusiness} = {?Business} and
not ({@owner} like "" and
{tblProceeding.dtmProcDate} = {?Sales Date} and
{tblProceeding.txtProcType} = {?Sales Type} and
{tblProceeding.dtmProcTime} = {?Sales Time}
I'm fairly new user of CR, and have gotten a lot of help from reading post here, but haven't found anything about DateTime questions/problems. I thought this was going to be easy.
I'm trying to set up three Parameters and Select Expert, I have no problem with the Type. One is for a Date field & second for Time, which are being storied seperately. I get a error in the Record Selection Formula "A date-time is required here" just prior to the {?Sales Time}.
The following is my Record Selection Formula:
{tblSales.txtBusiness} = {?Business} and
not ({@owner} like "" and
{tblProceeding.dtmProcDate} = {?Sales Date} and
{tblProceeding.txtProcType} = {?Sales Type} and
{tblProceeding.dtmProcTime} = {?Sales Time}
I'm fairly new user of CR, and have gotten a lot of help from reading post here, but haven't found anything about DateTime questions/problems. I thought this was going to be easy.