potatohead
Registered User.
- Local time
- Today, 02:21
- Joined
- Dec 23, 2005
- Messages
- 10
Hi all
I've followed the instructions on this post:
http://www.access-programmers.co.uk/forums/showthread.php?t=85898&highlight=updating+field
But, unfortunately doesn't seem to be working for me.
I added the equivalant field to 'Hired' after I had previously made tables etc and started added code to forms etc.
When I type Me. a list of options available to type in appear, and 'Confirm' (my equivalant to Hired) does not appear, yet all of the other field names in the form associated to this table DO appear. Does anyone know how to get around this?
I've also set my field to be "Yes/No" - does this mean that the code is:
Me.Confirm = True
OR
Me.Confirm = -1
?
Many thanks
I've followed the instructions on this post:
http://www.access-programmers.co.uk/forums/showthread.php?t=85898&highlight=updating+field
But, unfortunately doesn't seem to be working for me.
I added the equivalant field to 'Hired' after I had previously made tables etc and started added code to forms etc.
When I type Me. a list of options available to type in appear, and 'Confirm' (my equivalant to Hired) does not appear, yet all of the other field names in the form associated to this table DO appear. Does anyone know how to get around this?
I've also set my field to be "Yes/No" - does this mean that the code is:
Me.Confirm = True
OR
Me.Confirm = -1
?
Many thanks