Data Entry Form

jadair

Registered User.
Local time
Today, 08:19
Joined
Jun 13, 2003
Messages
17
This is a very simple question, adn i have no idea why I can't get it to work, but here it goes. I need to create a form that will allow the user simply to add information to a speified table. I only need to link it to one table. One of the fields that they must be able to add is a hyperlink.
Thanks for the help
 
First, the field in the table itsefl has to have its DATA TYPE set as HYPERLINK. This is where you see TEXT and AUTO NUMBER to the right of the Field name in design view.

As long as this is set properly, open the form in design view. Check and make sure the textbox is bound to the correct field from the table. I would always recommend baseing the form off of a query, but you could do it straight from a tbl as well.

Heres a small attachment for you to see.
 

Attachments

Users who are viewing this thread

Back
Top Bottom