Search results

  1. J

    Dlookup without a record ID

    I placed a long button on a form that on the mouse over event basically changes the caption of the button to read a record number based on the percentage the mouse is moved from left to right. Then on the OnClick event I move to that record. I would like to add one more line of code that looks...
  2. J

    Importing Progess Bar problem

    On a form I call for an image from a specificed folder outside access. Photo's vary in size from a few kb to over 1 mb. I use the Oncurrent event of the form to assign the photo to the image box. An access created progress bar automattically appears as I move from one record to the next. My...
  3. J

    Common Dialog Box "view" value options

    Hello, I have almost got this licked... In Ken Gertz's code for calling the common dialog box four options for initial view are listed in the code: ' Views in the Office Find File dialog Public Const adhcGfniViewDetails = 0 ' Details Public Const adhcGfniViewPreview = 1...
  4. J

    Common Dialog Box (LaunchCD) Options?

    Hello, I am successfully using the LaunchCD code to call a common dialog window. I would like to add a line of code to change the default view from FILE NAME VIEW to THUMBNAIL view. I have looked on the web and searched this site, but have not found it addressed. Does anyone know how do...
  5. J

    Error 2176 - Standalone vice Network issue

    Hello, I am using a form which I had got from this site to Add/Copy/Paste folders and files. I modified the form to suit my needs and everything was working fine. I brought the database and folder containing reference material to work and set the folder(s) up on my net vice standalone/local...
  6. J

    Loop freezing database

    Hello! I am attempting to add a new section of code in an already exsisting and working unload event. This section of code was added immediatly after code which ran a query which created the tables I am now calling on. The tables are created fine, but the new code is not modifying the table...
  7. J

    Or in Where SQL is not working.

    For some reason I cant get the OR portion of this argument to work. The statement worked fine prior to adding the OR and all after. Thanks! stSQLA65 = "SELECT tblDuty.Pilot, tblMembers.Lname, tblAircraft.AircraftType INTO tblDailyA65 FROM tblAircraft INNER JOIN (tblMembers INNER JOIN tblDuty...
Top Bottom