Cordeiro82
MIS
Hello All,
I have a form (form1) that pulls data from a table (table1).
I also have a second form (form2) that has several command buttons.
Form1 and Form2 are not related in any way and no relationship can be established.
Table 1 only has 6 records, and each command button in form2 is supposed to access one of these records.
Is there anyway to code in VB so that [table1]![column1] = "(desired record)" for each of the command buttons?
This would mean that when each command button when pressed, pulls up form1 with just the desired record showing.
Thanks for any help in advance,
Cordeiro82
I have a form (form1) that pulls data from a table (table1).
I also have a second form (form2) that has several command buttons.
Form1 and Form2 are not related in any way and no relationship can be established.
Table 1 only has 6 records, and each command button in form2 is supposed to access one of these records.
Is there anyway to code in VB so that [table1]![column1] = "(desired record)" for each of the command buttons?
This would mean that when each command button when pressed, pulls up form1 with just the desired record showing.
Thanks for any help in advance,
Cordeiro82