Search results

  1. R

    Data not transferring

    Hi, I'm running 2 append queries to my existing db to update fields in one table with data from 2 sources - basically plucking some fields from one and some from the other (using a client ID number as the common identifier - the data is fed into the parent table). However, it would appear that...
  2. R

    Sizing Forms

    Same Place? Hi, thats great thanks. But is there any way of making sure the forms open in the same place on the screen (instead of opening in different parts of the screen)?
  3. R

    Sizing Forms

    Hi, I'm hoping to find out how to size my forms automatically and have them the same size (without manually sizing the window). Any ideas? Thanks in advance....
  4. R

    Date Query

    Thanks. I had a complete brain freeze!
  5. R

    Date Query

    Hi, Im trying to create a query where the only results returned are ones greater than or equal to the date I have the user enter. So for example the user enters 1/1/08, the only results returned are those with a date later than or equal to 1/1/08. This is what I have and it isnt working! Like...
  6. R

    Combo Box values being stored in tables as 1 and 2 etc..

    Hi, I have combo boxes on a form which are pulling values from a one table and being stored in another table. However they are being stored as '1' or '2' in the other table once selected on the form, as instead of being stored as their literal values ie 'car' or 'van'. Is there any way of...
  7. R

    Query with parameter

    Hi, I want to create a query whereby the user can enter the part of a name (via a pop up) to be searched and all results with that searched part will show. Would appreciate any help. Thanks!!
  8. R

    Calendar Problem/First Field problem

    thanks for your help
  9. R

    On load issues...

    Thanks Wazz
  10. R

    Calendar Problem/First Field problem

    Hi, I have a couple of problems. Firstly, when I load a form, the first field (primary key) has a 0 in it. I would like to just have the field empty and have the tab order set to default on this field on load. Secondly, I have a calendar on my form, which populates a text box: Private Sub...
  11. R

    On load issues...

    Hi, Im looking to have a particular form open on load of the database and in a uniform size. As well as this I would like have all fields on one of my forms disabled when I click to enter this form. Any help would be appreciated!
Back
Top Bottom