473,473 Members | 1,889 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Beginnersproblem

Luc

Hi

I got a selection field within the mainform, and i want to change the
subform (in cut out) according the choise i made in the first field. How i
do this?

I also got a field with the emailaddresses, can ik do in input in netscape?

Thx Luc

Nov 12 '05 #1
1 1212
"Luc" <pi***@hotmail.com> wrote in message news:<5u*********************@phobos.telenet-ops.be>...
Hi

I got a selection field within the mainform, and i want to change the
subform (in cut out) according the choise i made in the first field. How i
do this?
use the on current procedure
i.e when your main form updates
on form_current()
docmd.openform subFormName,,,"SubFormLinkField =" & me.MainFormField
end form_current()

I also got a field with the emailaddresses, can ik do in input in netscape?

Thx Luc


if you want to send mail to this address then check out
docmd.sendobject

Neil
Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.