Cmd Button Module

G

Greg

Hi,

I have an equipment form, that contains the SN, model
number, and similar data elements. At the bottom I have
a cmd button, w/ the on click as =basOpenForm("RMA")

What I need is to have certain elements of information
from the equipment form to be prefilled to several fields
on the RMA Form, such as an employee id, serial number,
etc... When these are prefilled, then other elements are
displayed or can be prefilled based on the initial data.

I'm not sure what I need to write in the code to get the
fileds prefilled as indicated. Any examples, downloads,
etc... would be great!

Thanks,
Greg
 
H

HSalim

You can use OpenArgs to pass a comma-delimited string of values which are
then
written the fields you specify.

Look for the topic "New Item selected in Combo" in access.formscoding
I have posted a reply to the question that is very similiar to yours

HS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top