D
Dan von InfoPath
Hello!
I'm having a bit of trouble getting my form to work correctly, any help from
one of you experts would be greatly appreciated.
The form essentially looks like this:
UserID
Date
Item
Item_Info
Additional_Info
I am trying to make Item and Item_Info a repeating group. UserID and Date
is the Primary Key.
I was trying to use one entered Primary Key, and a repeating group of Item
and Item_Info, to have multiple rows entered into a database on one submit.
I'll try and clarify.
UserID: Bob
Date: 1/1/01
Item: Hat
Item_Info: Big
Item: Shoe
Item_Info: Small
Additional_Info: Bob is smart
I would like that to enter into the database:
Bob 1/1/01 Hat Big
Bob 1/1/01 Shoe Small
To complicate matters further, I would like the "Additional Info" to be
entered with the Key, in a separate table. I can probably figure that part
out on my own if someone could assist me with the first part.
I do not want to see "UserID Date" repeated on the form over and over again.
Anyone know if this is possible to do? I feel like I am so close, but just
not quite getting it. Thanks in advance for the help!
I'm having a bit of trouble getting my form to work correctly, any help from
one of you experts would be greatly appreciated.
The form essentially looks like this:
UserID
Date
Item
Item_Info
Additional_Info
I am trying to make Item and Item_Info a repeating group. UserID and Date
is the Primary Key.
I was trying to use one entered Primary Key, and a repeating group of Item
and Item_Info, to have multiple rows entered into a database on one submit.
I'll try and clarify.
UserID: Bob
Date: 1/1/01
Item: Hat
Item_Info: Big
Item: Shoe
Item_Info: Small
Additional_Info: Bob is smart
I would like that to enter into the database:
Bob 1/1/01 Hat Big
Bob 1/1/01 Shoe Small
To complicate matters further, I would like the "Additional Info" to be
entered with the Key, in a separate table. I can probably figure that part
out on my own if someone could assist me with the first part.
I do not want to see "UserID Date" repeated on the form over and over again.
Anyone know if this is possible to do? I feel like I am so close, but just
not quite getting it. Thanks in advance for the help!