Well Im not Quite Sure if Its a Search Function It Quite Maybe!
Lets Say
I Open Suppliers Form Go To the Required Company.
Then I decide i want to Send that Company an Enquiry
So Then I Click Enquiry Button Which Opens The Enquiry Form, Which I a
Can Select Project Details, Return Dates Etc (This Form is Used to
View or Create Enquirys for this Particular Company)
But what i want to Happen is, With out Having to Retype the Company
Details With in the Company Detail Fields
They are already Brought forward from the Supplier form. But When I
Open The Enquiry Form, It Opens on a Blank record.
This Works If a Create a Enquiry Subform and Paste the Form on a
Second Tab on The Main Supplier.
> If I am understanding you correctly, you want to create a search function
> that will display the enquiries based upon data that you either enter or
[quoted text clipped - 40 lines]
>
> >Dan
Amy Moody - 13 May 2007 14:00 GMT
Sorry for the delay in the response - was on vacation.
Okay, so when you select a company to send an inquiry to, you want the
company information already filled in for you....
There are a couple of ways to achieve this (I think). :) Using a filter when
you open the inquiry form is probably going to be the easiest. If you only
had one or two fields you want automatically filled out, going to the
Properties, Data, section of each field and under default value pointing it
to the previous form & control would do the trick. ie: =[Forms]![PreviousForm]
![CustomerName] - this will pull the customer name from the previous form and
place into the Customer Name field on the inquiry form.
This is the simpliest way to accomplish what you want....I think, I hope...
grin
Have a great day!
Amy
>Well Im not Quite Sure if Its a Search Function It Quite Maybe!
>
[quoted text clipped - 21 lines]
>>
>> >Dan

Signature
Amy