Global variables on VBA?
How do I display the predefined fields with those variables?
Before this I tried to use a subform of the predefined values, I just couldn't link to the values of the table with the 2 PK.
Yes, of course I can create a new table with the values.
I thought there would be a way where the "predefined" values didn't had to be created in to the tables.
At short term yes.
That's the appearence that I actuallly wanted.
But in the DB it creates the blanck values that I was talking about.
Maybe there's no way to get pass that.
"The other alternative is to use a form where all the lines are available but only those where values are entered are stored in the table. See how this is done in the sample database in post 3 of this tread."
I don't think that this exemples applies to my case.
And I tried to search about the...
I tried to do it, but it didn't work as intended because I wanted to select from the main form the record that I want, in that exemple: the instructor.
The forms arent linked.
Because they aren't linked, in my db, for exemple, its show in the subform the records that are already exist on the...
Hi, I was trying to get some help on how to create a form where you chose a record from a table and then you can fill with values on the "line headers" from another table.
It's like a cross-reference query, but instead of doing some grouping you can fill the value, and the 1st row you select...