R
ryan.fitzpatrick3
I have a main form which has a subform on it. in the table of the main
form I have
ComponentID --key
item#
itemDesc
supplier#
suppliername
and in the subform I have
HistID -- key
componentID
item#
components
%ofComp
Price
The main form and sub form are a one-to-many relationship.
I linked the master and child links from the sub form to the main form
by the componentID, also, you can correct me if I'm wrong, I also have
item# as well in master and child links, because I want the item#,
once populated in the main form, to populate in the sub form table. I
enter in new information and when I tab over so it creates a new
record below the first entry it won't let me enter in an item, because
the bottom left says calculating. There is no error message. 1) What
is it calculating 2) why is it doing this. I know this will beg some
questions.
Before I had only linked it through the componentID and entering in
multiple components (or entries) worked fine, but in the table the
item# from the main table didn't go into the item# in the subtable. I
need the item# to populate into the sub form table because eventually
i'll need to run a query that'll generate a report. It's only when I
linked componentID and item# in the master/child links where this
occurred, so it makes me wonder what could it be. If this is not
correct how can I get the item# to populate into the subtable when I
create a new record on the main form? Thanks in advance.
Ryan
form I have
ComponentID --key
item#
itemDesc
supplier#
suppliername
and in the subform I have
HistID -- key
componentID
item#
components
%ofComp
Price
The main form and sub form are a one-to-many relationship.
I linked the master and child links from the sub form to the main form
by the componentID, also, you can correct me if I'm wrong, I also have
item# as well in master and child links, because I want the item#,
once populated in the main form, to populate in the sub form table. I
enter in new information and when I tab over so it creates a new
record below the first entry it won't let me enter in an item, because
the bottom left says calculating. There is no error message. 1) What
is it calculating 2) why is it doing this. I know this will beg some
questions.
Before I had only linked it through the componentID and entering in
multiple components (or entries) worked fine, but in the table the
item# from the main table didn't go into the item# in the subtable. I
need the item# to populate into the sub form table because eventually
i'll need to run a query that'll generate a report. It's only when I
linked componentID and item# in the master/child links where this
occurred, so it makes me wonder what could it be. If this is not
correct how can I get the item# to populate into the subtable when I
create a new record on the main form? Thanks in advance.
Ryan