Re: Using Variable in Where Clause

Tech-Archive recommends: Fix windows errors by optimizing your registry



GeorgieGirl wrote:
> Mke,
> Thanks for the answer even though it was not the one I was hoping for
> (but kind of expected). The reason I am using different forms is
> that my application has three distinct parts, but all have a common
> dependency on the "FacilityTable". My forms, therefore. all have
> parts of the "Facility Table" with subforms that are totally
> independent of one another.
>
> I guess it is time to learn VBA. I have coded in my past life, but
> not in any type of basic. Can you suggest a good book or online
> class to learn VBA? I would sure appreciate it.
>
Most Access books will have a lot of code in them. The Developers handbook
by Getz and Litwin is a must have in my estimation.

Make sure you understand the event model and that most of the time you will
be writing very few lines of code in any one function.

Northwind has many examples of forms subform combinations.

I would still look at a tabbed form with the subforms on each page but the
code for opening and passing arguments is basically a one liner.


.



Relevant Pages

  • Re: Main form and loading a few subforms
    ... each table relate to a certain facility. ... I've created a form that has 8 subforms, and on the load event of the ... A Subform will actually be populated BEFORE the mainform opens, ... subForm.LinkMasterFields = nFacilityIx ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Multiple linked Datasheet subforms
    ... No need for VBA. ... ACCESS then will filter the ... subforms' records for you as you change the main form's data. ... > I want to use data sheets for the master as well as the 2 detail forms. ...
    (microsoft.public.access.forms)
  • Data Entry property keeps setting to False
    ... On the main form there are two sets of subforms: One Data Entry, ... If I open the subform, by itself, the DataEntry ... need to add something in the VBA to tell it to set the DataEntry ...
    (microsoft.public.access.formscoding)
  • concerning subforms...
    ... What's the difference between refresh and requery and why does the Me. ... How do you reference objects in subforms via VBA? ...
    (microsoft.public.access.forms)
  • RE: Change background color of a cell in datasheet view
    ... All those subforms are in datasheet view. ... Is anyone know how to use VBA to change its cell's color dynamically. ... Tks in advance ... I have five different subforms in a main MS Access Form. ...
    (microsoft.public.access.forms)