J
Justin
in my database, i have this subform where if the user selects one of the
items on from teh subform, it will bring them to another form with all the
selected data. what i did was
Forms![name of form]![name of subform].Form![name of the column from table]
for instances, im checking the batch # from teh subform so it will check all
infor for that batch #. I need to have it check batch # and another column
from my table
i tried to add "& [name of second column]" to the end of the statemetn, but
im getting a mistype error. please help
items on from teh subform, it will bring them to another form with all the
selected data. what i did was
Forms![name of form]![name of subform].Form![name of the column from table]
for instances, im checking the batch # from teh subform so it will check all
infor for that batch #. I need to have it check batch # and another column
from my table
i tried to add "& [name of second column]" to the end of the statemetn, but
im getting a mistype error. please help