Search results

  1. E

    Open access to a specific form from a url

    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...
  2. E

    hyperlink to specific form in access

    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...
  3. E

    allowing the user to enter a value into criteria field

    Hi i should note it is an adp database, does the syntax differ for this?
  4. E

    allowing the user to enter a value into criteria field

    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
  5. E

    allowing the user to enter a value into criteria field

    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...
  6. E

    Displaying a textbox value in a msgbox

    Hi I would like to display a value which a user has entered into a textbox in a msgbox. any suesstions? cheers
Back
Top Bottom