Hi, Blaine
(It's a good idea to post your replies on Tek-tips. I don't mind personal emails, but posting the replies on Tek-tips allows everyone browsing to see the development of the solution to a question.)
An example: I maintain a database that is heavy in posting receipts and checks to client accounts. In several of the forms the user needs to display a list of accounting code numbers.
Code:
NUMBER DESCRIPTION RECEIPT/EXPENSE
Code:
101 Rent received R
102 From client R
103 Refund R
...
401 Cleaning E
402 Electrical E
403 Plumbing E
404 Painting E
...
601 To client E
602 To designee E
etc.
The controls on the pop-up form are from tblAccounts, a table that hardly ever changes:
Code:
txtAcctID txtAcctName txtAcctClass
These controls are bound to tblAccounts. Some of the properties for the pop up form "frmListAccounts" are:
Code:
Format > Default view > Continuous
Format > Scroll bars > Vertical only
Format > Control box > Yes
Format > Close button > Yes
Format > Border style > Dialog *
Data > Record Source> tblAccounts
Data > Allow filters> No
Data > Allow edits > No
Data > Allow add.. > No
Data > Allow deletes> No
Data > Data entry > No
Other > Pop Up > Yes *
Other > Modal > Yes *
* Wait to change these properties until you're ready to go "public"--it's a little harder to get back into design view from form view if you don't.
You may want to study 'Help' and your instruction book(s) about borders and sizing of pop up forms.
You can set the above form properties on the properties sheet for the form.
If you need further directions for setting properties, let us know.
I hope this is helpful.
But what I want to know is: Why do they have Interstate Highways in Hawaii?
Gus Brunston
![[glasses] [glasses] [glasses]](/data/assets/smilies/glasses.gif)
An old PICKer, using Access2000. I manage
Suggestions welcome. padregus@attbi.com