an0nyM0use
IS-IT--Management
I have a report in Access that calls for something like this:
WHERE ((([Lookup Table - Process Team].[Process Team]) Like [Process Team?])
But I am making the DB into an .adp and the design view for my report doesn't seem to support this kind of query. It comes up looking like this at best:
WHERE ([Lookup Table - Process Team].[Process Team] LIKE N'[Process Team?]')
which of course is not giving me the same results. The orig DB pops open a window for me to input my process team code. But this is just returning a blank page, because it is not pulling any of the results. I hope that makes sense. I am very much a newbie here and this is the first time I have even upsized an Access DB to SQL or created an .adp
Thanks,
Kevin
WHERE ((([Lookup Table - Process Team].[Process Team]) Like [Process Team?])
But I am making the DB into an .adp and the design view for my report doesn't seem to support this kind of query. It comes up looking like this at best:
WHERE ([Lookup Table - Process Team].[Process Team] LIKE N'[Process Team?]')
which of course is not giving me the same results. The orig DB pops open a window for me to input my process team code. But this is just returning a blank page, because it is not pulling any of the results. I hope that makes sense. I am very much a newbie here and this is the first time I have even upsized an Access DB to SQL or created an .adp
Thanks,
Kevin