Switchboard

L

Lalitha

In an existing switchboard i added an additional button and linked a query
with parameter criteria . this same parameter criteria is used by other four
queries. When I add my new query with parameter query the SB form view is
blank. but design view is there. When I remove the parameter query from my
view formview of SB is available. I will appreciate your help very much.

Thank you,
Lalitha
 
K

KARL DEWEY

Check the query results. Your query is probably not returning any records.

So you need to add a phony record that will return until there are records.
In your criteria you can add and OR to pull the phony record - maybe a
critera like 999999 in an added text field.
 
Top