RangerTen
Rangers Lead The Way!
- Local time
- Today, 16:43
- Joined
- Jun 30, 2002
- Messages
- 42
Need Some Help on this one
I have a form that I want to have open, because the user needs to work with it. However, is it possible for me to have 6 different instances of the same form displaying 6 separate records from the same table. I think vb.net handles this by default, but how do you do this in vba?? The user of my program has to be able to see at 6 records at the same time (any 6 the user chooses, not just the last 6).
What kind of problems would this create for me. I want to be sure that only one instance of one record can be open at any one time
I tried the ...
Dim newform as New Form1
Didn't work
anyone know the syntax (if there is any).
Thanks very much.
Pete
I have a form that I want to have open, because the user needs to work with it. However, is it possible for me to have 6 different instances of the same form displaying 6 separate records from the same table. I think vb.net handles this by default, but how do you do this in vba?? The user of my program has to be able to see at 6 records at the same time (any 6 the user chooses, not just the last 6).
What kind of problems would this create for me. I want to be sure that only one instance of one record can be open at any one time
I tried the ...
Dim newform as New Form1
Didn't work
anyone know the syntax (if there is any).
Thanks very much.
Pete
Last edited: