Tables, Access, and VB
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all!! I got what I hope to be is a pretty quick question. I have a Table in VB. Let's call it "Friends". In it, I have a field called "IDNumber" that is generated by two other fields "Fname" (first name) and "Lname" (last name). Now I want to be able to simply click a button and have the "IDNumber" field self-generate. Is there a way to set a string equal to a field in the table. I know I can open the table with the DoCmd.OpenTable command. If anyone could tell me how I could grab the fname and lname field info and store them in a string, that would be cool. Thanks a lot, Nick