Good evening Peeps
got another question....
OK, i have a continous form with tick boxes, the idea is that (currently a single record) is selected and then that record number is used in the openargs for another form which goes to the bookmark for that record.... with me so far??
I would like to know if it is possible to bookmark multiple record(ID's) and then skip through then on the second form?
if this is possible how would one accomplish this assuming i parse multiple "ID's" in the openargs seperated by commas or such like....
Hope this makes sense (does to me)
Thanks,
Dan
PS, just had an interim thought... what if i changed the record source into a query (on this opening) and used the parse in a query (WHERE IN), any alternatives? would that work?
got another question....
OK, i have a continous form with tick boxes, the idea is that (currently a single record) is selected and then that record number is used in the openargs for another form which goes to the bookmark for that record.... with me so far??
I would like to know if it is possible to bookmark multiple record(ID's) and then skip through then on the second form?
if this is possible how would one accomplish this assuming i parse multiple "ID's" in the openargs seperated by commas or such like....
Hope this makes sense (does to me)
Thanks,
Dan
PS, just had an interim thought... what if i changed the record source into a query (on this opening) and used the parse in a query (WHERE IN), any alternatives? would that work?
Comment