Ask a Question related to Microsoft Access, Design and Development.
-
Deuce Sapp #1
Different Subforms based on Query Criteria
I am trying to create a "Workorder" form based on an equipment list and I
want the subforms to be different based the "Type" field in the equipment
table. How can I show or not show subforms (and position them?) based on
that result?
__________________________________________________ ________________ Deuce
Sapp __________________________________________________ ________________
Deuce Sapp Guest
-
Building Query criteria dynamically based on Form inputs
I need to dynamically build a db query based on form inputs; this such a typical thing I am hoping someone can shortcut me to a more elegant... -
add new nav tab based on a query
Hi, I am trying to generate a flash fourm with more then one tabs based on the result from the query. I used the repeater and all tabs come out... -
mysql select query with unusual criteria fails
Here is the scope of what I need to do; want: enrollment_year allowed (even if null) all of ica criteria: -
listbox column property does not work in query criteria
I have a form with 2 listboxes, (let's call them LB1 and LB2) and the contents of LB2 depend on the selection made in LB1. Both listboxes are... -
Highlight Text based on certain criteria
The senario is that a user fills out a form specifying some keywords they want to search a knowledgebase for. For each article that comes back, the... -
John Vinson #2
Re: Different Subforms based on Query Criteria
On Mon, 14 Jul 2003 21:12:55 -0400, "Deuce Sapp"
<deuce@perceive.nospamnet> wrote:
One efficient way to do this is to use just *one* Subform control, but>I am trying to create a "Workorder" form based on an equipment list and I
>want the subforms to be different based the "Type" field in the equipment
>table. How can I show or not show subforms (and position them?) based on
>that result?
change its SourceObject property to whichever form you need for this
particular record. You'll need some VBA code in the AfterUpdate event
of the control that picks the Type, and perhaps a consistant naming
convention for the forms (or else store the formaname in the Types
table).
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest



Reply With Quote

