Re: Creating Forms from Update Queries
From: Steve (Steve_at_discussions.microsoft.com)
Date: 12/08/04
- Next message: Steve Scott: "Any ideas on creating help menus?"
- Previous message: JulieD: "Re: How do you include an ampersand in a text box in a report?"
- In reply to: John Vinson: "Re: Creating Forms from Update Queries"
- Next in thread: John Vinson: "Re: Creating Forms from Update Queries"
- Reply: John Vinson: "Re: Creating Forms from Update Queries"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 8 Dec 2004 08:47:02 -0800
Once again, my humble appreciation for both of your replies, Graham and John.
The one particular application where I 'd like to incoporate some sort of
form and an update query is in the switchboard environment. Your point is
well taken, John that I can incorporate VBA. I guess I am being lazy. Here is
more detail on this particular instance:
I have a real simple Product Distibutor inventory application, where several
items are received under an order number, added to inventory and then shipped
out together as one order. There may be certain line items on the order that
are exceptions. My thoughts were to incorporate an update query to zero out
the inventory when shipped with the execution of the update triggered by a
control button in the form. The form concept then can also be incorporated
into the switchboard menu environment.
Quite frankly, I am a neophite developer, trying to stay away from it if
possible. And Graham, as you say, this project is exhibiting all the signs of
a bad abstract painting!
Thanks again, gentleman.
"John Vinson" wrote:
> On Tue, 7 Dec 2004 18:51:01 -0800, "Steve"
> <Steve@discussions.microsoft.com> wrote:
>
> >I ma not sure where this was originally posted but this seems like the
> >appropriate forum. I know that froms can easily be created from 'select'
> >queries.
> >
> >Can they be created from update queries? If so, how?
> >
> >I am stumped - not being able to select any update type queries from scratch
> >and then not seeing them as options to change the control source.
>
> A Select Query is a source of data which can be viewed, edited,
> reported, used in Joins to create new queries. So you can base a Form
> on a Select query and use that form to edit the data in the tables
> which make up the query.
>
> An Update query is an *action* query. It is not a source of data; it
> cannot be used as the recordsource of anything because it doesn't
> "contain" data - it DOES something, changing the values in a table.
>
> Are you attempting to execute your choice of several update queries,
> selecting them from a list on a Form? You can do so using VBA code;
> but I'm not sure why you would want to! Please explain.
>
> John W. Vinson[MVP]
> Join the online Access Chats
> Tuesday 11am EDT - Thursday 3:30pm EDT
> http://community.compuserve.com/msdevapps
>
- Next message: Steve Scott: "Any ideas on creating help menus?"
- Previous message: JulieD: "Re: How do you include an ampersand in a text box in a report?"
- In reply to: John Vinson: "Re: Creating Forms from Update Queries"
- Next in thread: John Vinson: "Re: Creating Forms from Update Queries"
- Reply: John Vinson: "Re: Creating Forms from Update Queries"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|