G
Guest
I have made a database which has 4 forms comprising contractors, contracts,
advertising companies and advertising details.
Each of the forms has a drop down combo box, here is an example of what the
combo box does on the contractor form: user clicks on combo box which brings
up a list of contractors(around 200), they can then select one. After
selecting a contractor their address details appear in a subform and also the
contracts they have applied for appears in another subform. This all works
fine, so whenever the user selects a contractor the 2 subforms display
required information.
The only problems im having is with records being changed, if the user uses
the scroll button on the mouse it seems to sometimes overwrite contractor
names. It doesnt overwrite address and contract details, it just makes
duplicate contractor names where they shouldnt be.
I think i have solved that problem by downloading the mousescroll off thing
from website suggested on other posts, so now the scroll doesnt work on combo
boxes.
But im still having a problem with the first contractor name being
overwritten by the last contractor looked at. If the user looks at a
contractor called North and then closes the form, North then seems to
overwrite the first record and North then appears twice. The strange thing is
that it doesnt just overwrite it in the form, it also makes North appear
twice in the original table.
Does anyone have any ideas to help me?
advertising companies and advertising details.
Each of the forms has a drop down combo box, here is an example of what the
combo box does on the contractor form: user clicks on combo box which brings
up a list of contractors(around 200), they can then select one. After
selecting a contractor their address details appear in a subform and also the
contracts they have applied for appears in another subform. This all works
fine, so whenever the user selects a contractor the 2 subforms display
required information.
The only problems im having is with records being changed, if the user uses
the scroll button on the mouse it seems to sometimes overwrite contractor
names. It doesnt overwrite address and contract details, it just makes
duplicate contractor names where they shouldnt be.
I think i have solved that problem by downloading the mousescroll off thing
from website suggested on other posts, so now the scroll doesnt work on combo
boxes.
But im still having a problem with the first contractor name being
overwritten by the last contractor looked at. If the user looks at a
contractor called North and then closes the form, North then seems to
overwrite the first record and North then appears twice. The strange thing is
that it doesnt just overwrite it in the form, it also makes North appear
twice in the original table.
Does anyone have any ideas to help me?