How do I pass a parameter in URL

D

Duncan Watson

Hi, I want to use the URL to set the default value in a DAP. I have
successfully used it to set a FilterBy string as follows;

http://www.mywebsite.net/JigsawLeads.htm?serverFilter="AdvisorID='JIGSAW'"

which works great. But I can't seem to find out how to set a default value
for one of the fields on the DAP. (which I need to so the right value goes
into a filed when adding new records). I know it is easy to set the property
in design. Is there a site that mentions how to use the URL for accessing a
DAP?
 
M

[MVP] S.Clark

m.p.a.DataAccess.Pages is the newsgroup for DAPs. Maybe try posting there
for a better/faster response.
 
Top