Question : Show all the table row data linked to the result of a query selection in the mainform

Hi experts

I have been able to list a "siteaddress" and associated fields in a combo box in a mainform., and then  pass the "reference" (key field) from this query to a subform which shows all the current data in a form view in the subform  (1 record), so it can be updated.

Using this: filter the records of the subform in the afterUpdate event of the combo box

private sub comboname_afterUpdate()
dim sFilter as String
sFilter="[reference]= " & me.comboName

me.subformName.form.filter=sfilter
me.subformName.form.filteron=true

end sub


Using the same method I have been able to create a link on another form/subform which loads some values into the DOWNPIPEMEASURE table.

When values already exist in the DOWNPIPEMEASURE table I want them to appear in the table after the link has been passed from the mainform to the subform.  No rows are being returned yet they do show in the destination table.

What else do I need to supply to bring back any existing rows for the selected "reference"?  

All help is appreciated
Cheers
Bernard

Answer : Show all the table row data linked to the result of a query selection in the mainform

You can create a CONTACT in ADUC, give your hotmail address as the SMTP address and make it primary.

Then open properties of your own account, go to Exchange General tab and click on Delivery Options. In the middle section which called Forward address click Forward To and choose the CONTACT from Modify. Tick the box underneath saying "Deliver messages to both......."

No need to use Outlook and/or OWA for doing this.
Random Solutions  
 
programming4us programming4us