Finding Value of an Un-bound Field

Raabi

Registered User.
Local time
Tomorrow, 01:22
Joined
May 19, 2008
Messages
21
Hello everybody

I have an Access Form with a number of controls - all bound to different Fields from a Table. Everything is working fine except 2 problems, as below.

  1. I need to find a value of a Field of the Current Record, in the bound Table; which is not associated with any Form Control.
  2. I don't find any Event in the Code Window; where I can put some custom code associated with the records navigation.
Any help will be highly appreciated. Please note that I am fairly experienced in VB but not in VBA.

Regards,
 
1 - You can always add it , set its property invisible
2 - Current event should do , it fires whenever a record is in selection
 
Last edited:
Thank you very much, nIGHTmAYOR for the tip.
 

Users who are viewing this thread

Back
Top Bottom