Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connecting databse the fields

Status
Not open for further replies.

anuradha5

MIS
Mar 5, 2003
10
IN
while connecting the ms-acces database the fields in the databse and the fileds in the form of the vb project should they be same?????????
plz help me
 
do you mean the names ie

if you have a field called "bob"
the textbob on the form needs to be called "bob"

if this is the case then no, the textbox names on a field shouldnt be the same name as the fields in the database, if you are talkign about fields on a form in access , the you will need to set the control source on your text box to the field in the database, if in VB, then you need to have some code to put the data in the text box from the field Filmmaker, gentlemen and East end club promoter



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top