G
Guest
Would I use the dlookup function to accomplish the following? This is part
my table:
CP LCE subID id
10 null 3 1
89 xxx 3 5
CP, LCE, subID, id are fields in my table where id is the primary key. What
I'm trying to do is add two fields to the table so my table will look like
this:
CP LCE subID id FP OP
10 null 3 1 10 89
89 xxx 3 5 10 89
I'm kinda a beginner when it comes to access but I do have some programming
experience. Thanks
my table:
CP LCE subID id
10 null 3 1
89 xxx 3 5
CP, LCE, subID, id are fields in my table where id is the primary key. What
I'm trying to do is add two fields to the table so my table will look like
this:
CP LCE subID id FP OP
10 null 3 1 10 89
89 xxx 3 5 10 89
I'm kinda a beginner when it comes to access but I do have some programming
experience. Thanks