Parameter Value

Ants

Registered User.
Local time
Today, 20:43
Joined
Aug 2, 2000
Messages
11
I have a sub-form within a form. On each record in the sub-form you should be able to double-click inorder to obtain more information, however I get an 'Enter Parameter Value Box'with the caption
Forms![INDAMEX]![Westbound Ports].Form![Port]. For some reason this working well and now this box appears.

My visual basic code appears to be ok. When I open the sub-form as a form and then double click, this works, but does not bring up the saved information.

I would be grateful for anybody to assist!
 
Something is calling for that value. If it is not in your VB code, check the RecordSources for all controls on the form (and the form itself) you are trying to open. It's in there somewhere. (Remember queries as well - sometimes a reference can hide in a query that we don't remember)
 

Users who are viewing this thread

Back
Top Bottom