R
RON
TC thanks for the help so far but I am still not getting anywhere.
In regards to linking tables I cant do this because my Access database does
not have any tables at all.
Lets say this is what I want to do.
I've got an SQL Server table "UserInfo"
in this table there are fields "ID" , "Name" , and "Phone"
I then have a couple forms in access, still my access database has No
tables, just two forms.
The first form "FINDUSER" consists of a textbox for "ID" "Name" and "Phone"
If I enter a ID into the textbox and hit my button to find I want the Name
and Phone textboxes to be populated with the correct infor for that user
from the sql table, thats all.
Another form, INSERTUSER has all of the same text boxes, now when the
Insert button is pressed on this form I want the ID, Name and Phone that are
entered in the textboxes to go over and be entered in the SQL Table.
thanks
Maybe someone has an access database somehwere that does something similar
that I could look at or how would I accomplish this?
thanks
In regards to linking tables I cant do this because my Access database does
not have any tables at all.
Lets say this is what I want to do.
I've got an SQL Server table "UserInfo"
in this table there are fields "ID" , "Name" , and "Phone"
I then have a couple forms in access, still my access database has No
tables, just two forms.
The first form "FINDUSER" consists of a textbox for "ID" "Name" and "Phone"
If I enter a ID into the textbox and hit my button to find I want the Name
and Phone textboxes to be populated with the correct infor for that user
from the sql table, thats all.
Another form, INSERTUSER has all of the same text boxes, now when the
Insert button is pressed on this form I want the ID, Name and Phone that are
entered in the textboxes to go over and be entered in the SQL Table.
thanks
Maybe someone has an access database somehwere that does something similar
that I could look at or how would I accomplish this?
thanks