E
evilcowstare via AccessMonster.com
Hi part of this was already answered a while ago but I have now found a
problem with it that I need to fix, im just unsure what to do.
I have a main table that I wanted to be set up so that when using navigation
buttons you couldnt click into a new blank record.
This was fixed by turning off allow additions to the forms properties.
I also needed to be able to add a new record but via a click of a button on
another form and for the on click action used..... DoCmd.OpenForm "Jobs", ,
, , acFormAdd
The only problem I have is that once I the form opens up I can save the
record and go forward into a new blank one and cant navigate to any of the
previous records.
What I want is for it to only allow the one record added and to be able to
use the navigation buttons to straight away view other entries.
I can deal with it not allowing just one record if its too complicated but I
do need to be able to use the navigation buttons at the moment I just keep
getting " cant go to record"
If i open the form up on its own the buttons work fine and I cant go to a new
blank record which is fab.
I just need the same to work from the button in the other form and allow just
one entry
Can anyone help??
Thank You
Jay
problem with it that I need to fix, im just unsure what to do.
I have a main table that I wanted to be set up so that when using navigation
buttons you couldnt click into a new blank record.
This was fixed by turning off allow additions to the forms properties.
I also needed to be able to add a new record but via a click of a button on
another form and for the on click action used..... DoCmd.OpenForm "Jobs", ,
, , acFormAdd
The only problem I have is that once I the form opens up I can save the
record and go forward into a new blank one and cant navigate to any of the
previous records.
What I want is for it to only allow the one record added and to be able to
use the navigation buttons to straight away view other entries.
I can deal with it not allowing just one record if its too complicated but I
do need to be able to use the navigation buttons at the moment I just keep
getting " cant go to record"
If i open the form up on its own the buttons work fine and I cant go to a new
blank record which is fab.
I just need the same to work from the button in the other form and allow just
one entry
Can anyone help??
Thank You
Jay