Search results

  1. J

    Image on MS Access 2003 form is "zoomed in" after Project 2007 install:

    I have an Access 2003 application that runs on various machines in my workgroup. The form has a "banner" image on the top that is linked remotely from a folder on the network. There is VBA code that changes the path of the banner image based on the current date. This has run perfectly fine...
  2. J

    Selecting a *percentage* of records between given dates:

    Hello, I am using Access 2003 and am trying to write a query to create a temporary table of records based on dates entered by the user. The records should be random and the selection should only return 30% of them. I think I have the basic logic outlined below, but I cannot figure out the...
  3. J

    Need help with DLookup syntax:

    For the life of me, I cannot get this function to work. It either gives me "Invalid use of Null" or "You canceled this operation... blah blah" every time. I am just going to lay out what I'm trying to do and hopefully somebody can point me in the right direction. BTW, I am using Access 2003...
  4. J

    Do you have to "open" a table to programmatically add records to it?

    This is more of a general question (before I start trying to figure out how to do this in VBA) but do you have to actually "open" a table to add a new record or search the records it contains? For instance, if I have a form that is bound to one table and I want to create new records in *other*...
Back
Top Bottom