PC Review


Reply
Thread Tools Rate Thread

Make Table Query-Running a make table query before you open a for

 
 
=?Utf-8?B?dGtpcmNob2ZmMTU=?=
Guest
Posts: n/a
 
      13th Apr 2007
Hello .... what is the cleanest way to run a make query before you open the
form that has the make table as the control ... Is a VB macro needed.. if so
do you have an example of the VB marco for the task . Thanks...T


 
Reply With Quote
 
 
 
 
=?Utf-8?B?S0FSTCBERVdFWQ==?=
Guest
Posts: n/a
 
      13th Apr 2007
Please clarify your reqirement as your phrases do not match my knowledge.
-- run a make query Do you mean to run a make TABLE query?
-- form that has the make table as the control What kind of control is
this? What is the name for such control?

--
KARL DEWEY
Build a little - Test a little


"tkirchoff15" wrote:

> Hello .... what is the cleanest way to run a make query before you open the
> form that has the make table as the control ... Is a VB macro needed.. if so
> do you have an example of the VB marco for the task . Thanks...T
>
>

 
Reply With Quote
 
 
 
 
=?Utf-8?B?dGtpcmNob2ZmMTU=?=
Guest
Posts: n/a
 
      13th Apr 2007
Karl,

We have a query (MakeTableQuery) that creates a new table (InputTable) from
3 tables. This query uses 2 fields from Form 1 to create the InputTable. The
InputTable that is created from the MakeTableQuery is the input to Form 2.
For the flow of the process: On form 1 we have a command button that opens
form 2. We need to add the MakeTableQuery before we open Form 2. We need the
VB code to make this happen. We do not know how to code a Make Table procee
in VB.

Thank you for your help.. T

"KARL DEWEY" wrote:

> Please clarify your reqirement as your phrases do not match my knowledge.
> -- run a make query Do you mean to run a make TABLE query?
> -- form that has the make table as the control What kind of control is
> this? What is the name for such control?
>
> --
> KARL DEWEY
> Build a little - Test a little
>
>
> "tkirchoff15" wrote:
>
> > Hello .... what is the cleanest way to run a make query before you open the
> > form that has the make table as the control ... Is a VB macro needed.. if so
> > do you have an example of the VB marco for the task . Thanks...T
> >
> >

 
Reply With Quote
 
=?Utf-8?B?S0FSTCBERVdFWQ==?=
Guest
Posts: n/a
 
      13th Apr 2007
>>On form 1 we have a command button that opens form 2.
Suggest using a macro to run the make table query and to open the form. The
command button on form1 can call the macro.
--
KARL DEWEY
Build a little - Test a little


"tkirchoff15" wrote:

> Karl,
>
> We have a query (MakeTableQuery) that creates a new table (InputTable) from
> 3 tables. This query uses 2 fields from Form 1 to create the InputTable. The
> InputTable that is created from the MakeTableQuery is the input to Form 2.
> For the flow of the process: On form 1 we have a command button that opens
> form 2. We need to add the MakeTableQuery before we open Form 2. We need the
> VB code to make this happen. We do not know how to code a Make Table procee
> in VB.
>
> Thank you for your help.. T
>
> "KARL DEWEY" wrote:
>
> > Please clarify your reqirement as your phrases do not match my knowledge.
> > -- run a make query Do you mean to run a make TABLE query?
> > -- form that has the make table as the control What kind of control is
> > this? What is the name for such control?
> >
> > --
> > KARL DEWEY
> > Build a little - Test a little
> >
> >
> > "tkirchoff15" wrote:
> >
> > > Hello .... what is the cleanest way to run a make query before you open the
> > > form that has the make table as the control ... Is a VB macro needed.. if so
> > > do you have an example of the VB marco for the task . Thanks...T
> > >
> > >

 
Reply With Quote
 
=?Utf-8?B?dGtpcmNob2ZmMTU=?=
Guest
Posts: n/a
 
      13th Apr 2007
I built and tested a litle and it works Thanks again for your help

"KARL DEWEY" wrote:

> >>On form 1 we have a command button that opens form 2.

> Suggest using a macro to run the make table query and to open the form. The
> command button on form1 can call the macro.
> --
> KARL DEWEY
> Build a little - Test a little
>
>
> "tkirchoff15" wrote:
>
> > Karl,
> >
> > We have a query (MakeTableQuery) that creates a new table (InputTable) from
> > 3 tables. This query uses 2 fields from Form 1 to create the InputTable. The
> > InputTable that is created from the MakeTableQuery is the input to Form 2.
> > For the flow of the process: On form 1 we have a command button that opens
> > form 2. We need to add the MakeTableQuery before we open Form 2. We need the
> > VB code to make this happen. We do not know how to code a Make Table procee
> > in VB.
> >
> > Thank you for your help.. T
> >
> > "KARL DEWEY" wrote:
> >
> > > Please clarify your reqirement as your phrases do not match my knowledge.
> > > -- run a make query Do you mean to run a make TABLE query?
> > > -- form that has the make table as the control What kind of control is
> > > this? What is the name for such control?
> > >
> > > --
> > > KARL DEWEY
> > > Build a little - Test a little
> > >
> > >
> > > "tkirchoff15" wrote:
> > >
> > > > Hello .... what is the cleanest way to run a make query before you open the
> > > > form that has the make table as the control ... Is a VB macro needed.. if so
> > > > do you have an example of the VB marco for the task . Thanks...T
> > > >
> > > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you make a userform open automatically when you open excel? Evan Microsoft Excel Worksheet Functions 1 11th Mar 2010 03:24 AM
ATTN: Addison Steele aka Paul Montgomery you make me laugh old man!You make me laugh! Old man you are *sick*! Jack The Ripper Windows Vista General Discussion 1 23rd Apr 2009 10:30 PM
Running make a table query before final query Johanna Gronlund Microsoft Access Reports 5 12th Dec 2007 06:21 PM
Re: Question??? You know when you double click in a username field you see your previous entries? How do you reset this so you can see your entries again. Thorsten Matzner Windows XP New Users 0 5th Jun 2004 04:34 PM
Question??? You know when you double click in a username field you see your previous entries? How do you reset this so you can see your entries again. =?Utf-8?B?Y2hyaXM=?= Windows XP General 1 3rd Jun 2004 08:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:44 AM.