G
Guest
Hey all,
I have open issues log that is tracked by user name. So the user starts the
database and selects there user name and clicks ok. On the initial form I
wanted it to show this:
You have [ 2 ] open issues in your log.
So I set the record source of the from to the corresponding query and put a
text box with a control source of the field I wanted. It works just great,
unless there is at least one item in their log. If there are zero items in
there log then the whole form comes up blank. The query is pretty simple it
just looks at the user name and checks to see if the Resolved box was checked
and counts the items that aren't resolved.
Is there a way that I could have a text box or Label display the value of a
query without having that query as the forms control source? There will only
ever be one record in the query. Or am I soing somthing wrong?
Thanks!
James O
I have open issues log that is tracked by user name. So the user starts the
database and selects there user name and clicks ok. On the initial form I
wanted it to show this:
You have [ 2 ] open issues in your log.
So I set the record source of the from to the corresponding query and put a
text box with a control source of the field I wanted. It works just great,
unless there is at least one item in their log. If there are zero items in
there log then the whole form comes up blank. The query is pretty simple it
just looks at the user name and checks to see if the Resolved box was checked
and counts the items that aren't resolved.
Is there a way that I could have a text box or Label display the value of a
query without having that query as the forms control source? There will only
ever be one record in the query. Or am I soing somthing wrong?
Thanks!
James O