Search results

  1. skeeter23

    Run Access front end as a "Public Service"?

    Simply put, I have a front end that does a bunch of file moving and if it encounters an error and stops processing (which is intentional) I am the only that can login to the machine and fix it. Is there any way to run it that would allow others to login on their own user profile, solution the...
  2. skeeter23

    File moving system - best method?

    File staging/copying/moving system - better method? Hello all! It's been quite some time since I've been able to post here but I am in a bit of a quandry here redesigning a system I created a few years ago and hope someone can lend some help with a possible better solution for my code. I...
  3. skeeter23

    SQL Backend warranted?

    I am currently developing a system that will eventually handle large portions of job control, tracking, and billing data. This system may be accessed simultaneously by 25 or more users at any given time. So far the interface, subsequent code, and structure are built on a split access...
  4. skeeter23

    Multiple queries data on one form

    I know this is a topic that has been searched and asked alot since this afternoon I did it myself and found lots of questions and no simple answers. Therefore I thought I would share the simple quick and dirty solution for displaying data from multiple sources on one form without recordset...
  5. skeeter23

    Force "Cancel" on subform

    I have a subform that is used to create sequential job tracking tickets. It has a cancel button so that if the user needs to back out the status of that ticket will be set to cancelled. The problem I have is that this operation can be easily bypassed by simply clicking the nav links on the...
  6. skeeter23

    Non alcoholic VBA

    DoCmd.MixMeAdrink acDrink "Jack & Coke",True Keeps returning an error of "Invalid Outside Procedure" :mad: Damn I thought VBA could do anything. I guess not :rolleyes:
  7. skeeter23

    Hello everyone :-)

    I actually had an account here before but I forgot the username and email it was registered to so alas I am new again ;) Although I am still a rookie I hope I've learned enough over the last few years to help some people out the way I hope to be. Glad to be here once again :-)
Back
Top Bottom