Recent content by Sorrells

  1. S

    SQL Syntax Problem

    Greetings, I have a form under development that is to assign an invoice number to a specific set of records based on the client, contractor and job type. All the above are combo boxes and the first 2 have rowsource directly from tables, no problem. The 3rd, JobType is dependent on the first 2...
  2. S

    screen Size

    Mike, I saw your post but cannot advise on graphs. Good Luck!
  3. S

    10 Successful Access Commerical Programs

    Pat, I certainly agree with your comments. I found the use of Access on a corporate network extremely cost efficient and beneficial. With full employee access and a standard infrastructure, Access was a wonderful tool to fill in the gaps of the ERP system. Moving from that environment to one...
  4. S

    10 Successful Access Commerical Programs

    ASSETSonTRACK Pat, your link to the Asset Management software was also interesting. It looks like these folks feel pretty confident with their product! "ASSETSonTRACK gives you a powerful control centre for your whole asset monitoring and maintenance operation, incorporating extensive features...
  5. S

    10 Successful Access Commerical Programs

    Cosmos97, Hi, I finally got to look at these links. Thanks for adding them in. Most interesting for me as I have a natural science background in forestry (U. of Idaho). I also was in the process of creating a MSDS viewing application in Access when I got laid off from a manufacturing company 2...
  6. S

    Picture vs Command Button Events XP

    Command Navigation Buttons: Stop Extra Clicks Well, I am back to command buttons again. Neither graphics nor labels could solve the problem. I thought offsetting the buttons for adjoining forms would work and it does in my development resolution 1024x786. Unfortunately, my client uses a...
  7. S

    Picture vs Command Button Events XP

    Zip File Too Large I cut the mdb back as far as I could. Zipped, it is 230KB. File upload limitation is 100 kb. Anyone wanting to look at this please respond here or in a private message. I continue to find that labels and graphics, although having the OnClick and OnDblClick, do NOT have the...
  8. S

    Picture vs Command Button Events XP

    I found this in the forum FAQ: "The administrator may allow you to use the attachment feature of this forum, which gives you the ability to attach files of certain types to your posts. This could be an image, a text document, a zip file etc. There will be a limit to the file size of any...
  9. S

    Picture vs Command Button Events XP

    Trying to upload attachment again.
  10. S

    Picture vs Command Button Events XP

    OK, I've attached a rather kludgy zipped copy to demonstrate the action I am attempting to explain. The dB Nav_Buttons_XP.mdb opens to Client_Info form. On the lower right are a picture object and a command button. They look the same; the picture is on the left of the two. The code for the...
  11. S

    Picture vs Command Button Events XP

    Ifstar, Thank you for responding! Unfortunately, this program is close to 31MB in size. I apologize for the lack of clarity. Let me try again. My initial problem was with navigation buttons (Back - Next) I have placed on the lower left and right of the forms in the program. I had them all set...
  12. S

    Picture vs Command Button Events XP

    I had reformatted the hard drive, re-installed WinXP then OfficeXP with the current Service Packs. All of this went very well. The picture object still does not respond to changes made in the form as noted in my initial post. If my code sends the user back to complete a txtBox and it is...
  13. S

    Picture vs Command Button Events XP

    => Access97 Help says only a command button recognizes a double click => But a graphic (picture) does also => I can find no way to disable the double click => Sending a double click to the single click event helps not at all => Best work-around so far is to make sure no navigation buttons are...
  14. S

    Picture vs Command Button Events XP

    No, that won't work, I need the double click in a couple of situations on down the road. How about disabling double click in this form only. Is this possible?
  15. S

    Picture vs Command Button Events XP

    Guess, I've stumbled twice. If I click fast enough, I can move forward with the picture button two forms as well with a double click. The intent is to make all buttons single click. Is there a way to disable the double click event for the program?
Back
Top Bottom