Form Data

J

JohnD

Is it possible to pull data from an Access database table directly into a
form field?
 
S

Stefan B Rusynko

Yes
Look in FP Help for Database

Example:
<input name="Title" value="<%=objRS("Title")%>">
 
J

JohnD

I thought I would elaborate a little more on my problem. I have searched
help for an answer to this as well as the knowledge base.

I have setup several secure pages on my site with the help of a login
manager program called Isecure. I add new users to my database table called
tblUsers. I would like three fields from the tblUsers table to autofill into
another form I have created on the site. This form then posts it's data to a
table called tblListings. I was wondering if there is a string I could put
into the initial value of the form field that could insert the correct data
from the tblUsers table for the user that is currently logged in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top