Search results

  1. D

    Using [I]MoveSize[/I]

    In my program I'm using the MoveSize method to position my windows and resize them appropriately. Does anyone know if is possible to enter, for example 'max'. I've tried it but it says that the parameters must be numerical values. Basically I want the program to be able resize to the max...
  2. D

    Displaying Two Tables in One Form

    Ok well I until I get some help on how to ApplyFilter I'm going to do it this way: I'm going to display all the forms in seperate windows rather than as subforms in another form. This does make it messy though, with so many windows popping up, so I'm using MoveSize to resize and position them...
  3. D

    Displaying Two Tables in One Form

    Ya I tried Subforms. It works! But theres another problem. How do I filter the search. Every time I try to ApplyFilter it gives me an error saying there are no tables bound to this form. It makes sense though; tehre are no tables bound to the main form, but there are tables bound to the...
  4. D

    Displaying Two Tables in One Form

    Is it possible to create a form that has a Record Source from two tables? I need to display two tables in one form, but I'm finding it quite impossible. Also these two tables are absolutely unrelated, so I don't think a Query would work. Also I'm not only trying to display these tables in one...
Back
Top Bottom