A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

form within a form



 
 
Thread Tools Display Modes
  #1  
Old March 11th, 2010, 03:30 AM posted to microsoft.public.access.forms
Foster1
external usenet poster
 
Posts: 4
Default form within a form

I have Office Professional 2007 (Vista) . I have a simple data base with
about 500+ names, addresses, etc. Many of the names have unusual spelling.
I would like to make some type of form on my basic form that would allow me
to enter the first letter of a last name and have all names starting with
that letter to show up. I have a parameter query and made a parameter sub
form, and it works fine by itself but if I try to put it in the design when I
then try to save it the subform wants to work right then and does but when I
close the design view the parameter subform is just blank. I am not a
programmer but I can follow basic instructions that windows uses.
Is there any way this can be done some other way?
Foster1
  #2  
Old March 11th, 2010, 03:55 AM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default form within a form

On Wed, 10 Mar 2010 19:30:01 -0800, Foster1
wrote:

I have Office Professional 2007 (Vista) . I have a simple data base with
about 500+ names, addresses, etc. Many of the names have unusual spelling.
I would like to make some type of form on my basic form that would allow me
to enter the first letter of a last name and have all names starting with
that letter to show up. I have a parameter query and made a parameter sub
form, and it works fine by itself but if I try to put it in the design when I
then try to save it the subform wants to work right then and does but when I
close the design view the parameter subform is just blank. I am not a
programmer but I can follow basic instructions that windows uses.
Is there any way this can be done some other way?
Foster1


By far the simplest way is to put an unbound Combo Box on the form, based on
the table, sorted alphabetically by name. If you type the first letter of the
name into the combo, it will display names starting at that point in the
alphabet; typing a second letter will drill down - e.g. typing "Ts" will show
Tsilovski, Tsongas and Tuttle, and then on through the names following those.

The Combo Box Wizard in the toolbox will help you set this up. Choose the
option "Use this combo to find a record in the form".

If you really want a Subform, please post your current subform's Recordsource
(post the SQL) and its master/child link fields, and explain by "try to save
it the subform wants to work". I have no idea what that means!

--

John W. Vinson [MVP]
  #3  
Old March 11th, 2010, 07:29 PM posted to microsoft.public.access.forms
TekWarrior
external usenet poster
 
Posts: 10
Default form within a form

The way I edit sub forms is to open them seperatly in design mode with the
"master" form closed. I then open the "master" form to test it after I have
saved and closed the sub form.
--

Thanks,
Tek


"Foster1" wrote:

I have Office Professional 2007 (Vista) . I have a simple data base with
about 500+ names, addresses, etc. Many of the names have unusual spelling.
I would like to make some type of form on my basic form that would allow me
to enter the first letter of a last name and have all names starting with
that letter to show up. I have a parameter query and made a parameter sub
form, and it works fine by itself but if I try to put it in the design when I
then try to save it the subform wants to work right then and does but when I
close the design view the parameter subform is just blank. I am not a
programmer but I can follow basic instructions that windows uses.
Is there any way this can be done some other way?
Foster1

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:11 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.