fuzzyocelot
Programmer
I am running Access 2003 on Windows XP Professional 2002 (SP2).
I have a form which contains two datasheet subforms. Both subforms are bound to different tables. They are not linked together. I want to be able to find out how many rows the user has selected from each subform. I really want to make sure they only select one at a time.
I was using the code in an older thread (thread705-671178) and it helps except for one thing. It seems that no matter what I do, the frm.SelHeight and frm.SelWidth values are always 0. The frm.SelTop and frm.SelLeft return values, though. Does anyone have any ideas as to what I'm doing wrong or what I need to do in order for the SelHeight and SelWidth properties to return values?
Thanks!
I have a form which contains two datasheet subforms. Both subforms are bound to different tables. They are not linked together. I want to be able to find out how many rows the user has selected from each subform. I really want to make sure they only select one at a time.
I was using the code in an older thread (thread705-671178) and it helps except for one thing. It seems that no matter what I do, the frm.SelHeight and frm.SelWidth values are always 0. The frm.SelTop and frm.SelLeft return values, though. Does anyone have any ideas as to what I'm doing wrong or what I need to do in order for the SelHeight and SelWidth properties to return values?
Thanks!