Guest_imported
New member
- Jan 1, 1970
- 0
I currently have a subform in my main form. Since there is not always info entered into the subform when a new main record is created and space on my main form is limited, I would like to use a command button so the subform will pop up and allow the user to enter the info when necessary.
I have done it so the form will pop up with the proper child records but for some reason the words (filtered) show up next to the record numbers and I cannot enter in new stuff.
I have linked the two tables through the command button wizard by the main forms primary key and the corresponding field on the subforms (now pop-up form) table.
Any ideas?
Oh, I noticed that when I try to enter in a new record in my pop-up form, when I look at the existing records, they show the same primarykey# that my main form is. When I go to a new record, it shows zero , I'm guessing because the record does not exist so it choses zero by default.
I have done it so the form will pop up with the proper child records but for some reason the words (filtered) show up next to the record numbers and I cannot enter in new stuff.
I have linked the two tables through the command button wizard by the main forms primary key and the corresponding field on the subforms (now pop-up form) table.
Any ideas?
Oh, I noticed that when I try to enter in a new record in my pop-up form, when I look at the existing records, they show the same primarykey# that my main form is. When I go to a new record, it shows zero , I'm guessing because the record does not exist so it choses zero by default.