Get a text box to show a selected choice from a listbox dif page

D

Daniel Bunt

I have a list box on Project1 which gets its information from Table1 displaying
MR, MRS.

I wish to somehow on Project2 display the selected information from the
listbox on Project1 into a Text Box on Project2.

Can you please help with this one? Im probably going to need very precises
instruction like Click on... Type this.. Click this... goto this... etc
please..
 
W

Wayne-I-M

Hi Daniel

Bit lost with this one. What are/is project 1 and 2. Forms, Databases,
queries ???

Can you give a bit more detail
 
D

Daniel Bunt

Im using Microsoft Access 2007.

A listbox is a dropmenu with options in it that a person will select...

The listbox gets its information from a created table (lookup) in this
example i have got MR and MRS in the table for the listbox to display these
as available selections.

So when they click on the drop arrow (the listbox located on Project1) they
can select MR or MRS from the that menu.

I then have created a 2nd page (named Project2)

On Project2 i want to have the option that was selected from the Listbox
appear as Text on Project2.
 
Top