GrunleStan
Registered User.
- Local time
- Today, 21:19
- Joined
- Aug 7, 2018
- Messages
- 22
I have a bound form that opens and loads all its wonderful data in its wondrous glory for all to see.
However there are some bits of data that have to be displayed. Now if I were to bind this form into a query, this bound form then becomes un-editable, as the query will have to make use of SQL aggregate calls and such.
Hence I use some dlookups for the information of these fields. and its all nicely bundled in to a procedure that is called on form_current ()
What irks is that the first time the form is loaded, these fields are not filled up.
But if I were to navigate to the next record and back... Magic !! it gets filled up...
What do I need to do to get it filled up. the Dlookups are based upon the Primary key; so that means the record has to be loaded first...
isn't the onCurrent suppose to run when the data is loaded ?
do I need to force my form to refresh ??
What can I do to have my linked fields populated in the first opening ?
However there are some bits of data that have to be displayed. Now if I were to bind this form into a query, this bound form then becomes un-editable, as the query will have to make use of SQL aggregate calls and such.
Hence I use some dlookups for the information of these fields. and its all nicely bundled in to a procedure that is called on form_current ()
What irks is that the first time the form is loaded, these fields are not filled up.
But if I were to navigate to the next record and back... Magic !! it gets filled up...
What do I need to do to get it filled up. the Dlookups are based upon the Primary key; so that means the record has to be loaded first...
isn't the onCurrent suppose to run when the data is loaded ?
do I need to force my form to refresh ??
What can I do to have my linked fields populated in the first opening ?