M
Michael Hanlon
I have a report called PSO Basic and i need the user to choose who the
report is on from a list box that includes personal.
Docmd.openreport "pso basic", acviewpreview,, "[empid]=" & "'" &
me![lstempid] & "'"
when I run the command I just get a blank line on the report.
where did I go wrong.
the list box contains 4 parts of a table on empy. They are empid, Name,
Init, Dept.
Empid is the one linked. the bound is set at 1
Thanks for any help
report is on from a list box that includes personal.
Docmd.openreport "pso basic", acviewpreview,, "[empid]=" & "'" &
me![lstempid] & "'"
when I run the command I just get a blank line on the report.
where did I go wrong.
the list box contains 4 parts of a table on empy. They are empid, Name,
Init, Dept.
Empid is the one linked. the bound is set at 1
Thanks for any help