D
Dan
I want to create a query in InfoPath 2003 that accesses Microsoft SQL.
What I want to happen is when I select a date and a facility that the
query will only return those records that are for that particular date
and for that facility.
So this is what I have:
tblAccounts
ID#
Name
tblAccessErrors
ID#
Date
Time
etc...(just more information about the error)
of the records from tblAccessErrors that match the date and the name of
the account.
I hope I'm not clear as mud. Thanks for any help you can provide.
What I want to happen is when I select a date and a facility that the
query will only return those records that are for that particular date
and for that facility.
So this is what I have:
tblAccounts
ID#
Name
tblAccessErrors
ID#
Date
Time
etc...(just more information about the error)
tblAccounts.Name and from tblAccessErrors.Date then have it return allFrom that I need a query or something that I can select something from
of the records from tblAccessErrors that match the date and the name of
the account.
I hope I'm not clear as mud. Thanks for any help you can provide.