When a user opens my database for the first time, it opens a form and it displays a database id number that I assign the database (Ex: DatabaseID = 10001). On this form there is also a link to a webpage where the user has to type in the DatabaseID inorder to receive the additional info they need to use the database.
To avoid any typing errors, I would like for the DatabaseID to automatically display in the correct box on the webpage(let's call that box "DatabaseIDBox")when the user clicks on the link and opens the webpage.
Is it possible to export the DatabaseID to a specific box on a webpage (DatabaseIDBox)?
Thanks,
ML
To avoid any typing errors, I would like for the DatabaseID to automatically display in the correct box on the webpage(let's call that box "DatabaseIDBox")when the user clicks on the link and opens the webpage.
Is it possible to export the DatabaseID to a specific box on a webpage (DatabaseIDBox)?
Thanks,
ML