Hi
how do i open a microsoft access database from an e-mail and open the database to a specific form?
Someone has suggested using
"/cmd command line switch within the link destination to pass in a specific string value. You can then use the command function in a startup procedure to retrieve...
Hi
I have the following code
strHyperlink = "file:///C:\Documents%20and%20Settings\ICT%20Support.accdb\#Case%20Details"
I want the link to open access to a spefici form and possible even a specific record but firstly hoiw woudl i open it to a specific form, the code above doesnt work as it...
Hi
thanks for replying
i tried putting = N'Forms!frmopenreport!tbitemid' into the criteria field but my report doesnt bring anything back now
what would be the reason for this?
cheers
Hi
I have a report which is genetrated from a query created in query design
In query design there is a column called criteria
Is there a way I can do the following
A user chooses a value from a combo box(i.e. a column name)
then enters some criteria to narrow down the query (i.e. by a certain...