Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gator9
  • Content: Threads
  • Order by date
  1. gator9

    MFC-8420 Not Working With Server 2003

    I have a MFC-8420 that works great on server 2003 however when I go to install the drivers it gives an error. The Windows WIA is enabled but there seems to be a problem with the drivers. Can anyone direct me to the correct drivers or offer a solution? Sincerely, Charles...
  2. gator9

    Report Help

    Here is a good one guys. I have a report that has a post net barcode font. Now when the report font type is listed as postnet on the report and the database is assessed on the server directly it works fine, but if you assess the database from a workstation the font on the report shows in the...
  3. gator9

    Message In Statement

    Hey guy! The code below works great but when none of the criteria meets it shows the form, but shows it blank. What I would like is for it to prompt with a message and a button to close the message box without opening the form if the criteria doesn’t meet, any help? SELECT DISTINCTROW MDraft.*...
  4. gator9

    This Is A Weird Report Problem!

    The code below was working just as it should until I streamlined the database and updated with more stability. All of the fields that are need to run this report is available. The code is the control source for a financial report sent to the clients. Union query is need so that we can get all...
  5. gator9

    Prevent Duplicate Record

    Here is my code and it works great but it queries for duplicate records threw out my whole projects table, and in would like for it to filter its search via the client ID. Any Suggestions? Private Sub ProjectName_BeforeUpdate(Cancel As Integer) Dim stLinkCriteria As String...
  6. gator9

    Auto Exit Of A Field

    Have a question, the code below is for when a user clicks this field they have to enter a password and if it is incorrect it doesn't let them in. This code works on other apps and works good here but it does let them go into the field is there a way to have it auto exit after there access is...
  7. gator9

    Scanning Documents

    I am stumped and really need help. Below is the code that I am using to call the scanning software, and those of you that have XP I found this software free for download. Just follow the instructions. Windows Image Acquisition Automation Layer at...
  8. gator9

    MS Access Concurrent Users

    Hey guys: I have a database built in ms access, and was wondering what the realistic limit on concurrent users was? By concurrent users I mean, on the database, working and entering data at the same time. Microsoft says 255 but I know it must be much lower, and everything I have read says...
  9. gator9

    Help With Sorting Records

    Hi everyone, I have a records access field that tells me the date a record was last worked. I have it currently setup so that when I click a button it filters the records that are thirty days from the date last worked and shows those records. I would like to be able to filter the records like I...
  10. gator9

    Another filter questions:

    Another filter questions: I have a combo box named [Filter]. I have this combo box unbound. It also has the row source as Call Later, More Info, and waiting for call back. Now Call Later, More Info, and waiting for call back all have a check box associated with them you can check when the...
  11. gator9

    After Update Question

    I am a field called Name that is subform viewed in data view. I wont to to refresh the master form only if there is one or less records showing in the subform. I can't seem to get the if event to work right and help? Sincerely, Charles http://gator9.com
  12. gator9

    Email Script For Access

    Hey guys: Here is my problem the code below works great. It genrates the repport adds the report as an attachment puts the clients email in the proper place, creats the sub line, and message body. With that said when the email client I use is activated it ask for my password and then I have...
  13. gator9

    A calulation Code Needed < Help!!!!

    Here is a good one that has been driving me crazy for some time now. I have a system that calculates the percentage of an account and when the debtor is under contract and when he is not under contract. The way I do this is percentages and it works great. My client, myself, and my attorney’s get...
  14. gator9

    Help With Fonts

    Here is a good one guys. I have a postnet barcode font that is loaded on one computer. Now even when the report says that the font is the one I want it displays another one other than the postnet font now I can fix this when I change the font to say Times Roman then back to Postnet it works fine...
  15. gator9

    Font Help Needed

    Here is a good one guys. I have a postnet barcode font that is loaded on one computer. Now even whe the report says that the font is the one I want it displays another one other than the postnet font now I can fix this when I change the font to say Times Roman then back to Postnet it works fine...
  16. gator9

    Missing Data

    This seems to be my day for questions. Can anyone please tell me why my report looks fine when I preview it but when I export it to a text file it is missing some of the data at the end. What I have is a field that puts name, address and ext... in one field that is then exported to a txt file to...
  17. gator9

    Having Your Database Online

    Is there a way for me to have my data available online but my actual data being stored locally? What I am tring to do is have a page online that a client can type there ID in a view there information that is stored on my database locally? Sincerely, Charles http://gator9.com
  18. gator9

    On Timer Event

    I found out how to make my database auto task, but now I need someone if they can tell me how can I get it to output the data to the web rather than a local file. The file is a text file. Sincerely, Charles http://gator9.com
  19. gator9

    OnTimer Event

    First let me say that our database says on all the time. What I am want to do is see if I can get access to export a txt file to the web at say 12:00 every night. Now does anyone know how to make this happen. Now the sever online will have to have a password and user name. I am currently ftp the...
  20. gator9

    Active Server Page

    I'm on a cable contection for my companies internet contection. Now what I need to know is - is there a way to build an active server page that will allow anyone on the web to type there user Id in and view there info from our local server. In short if my ip is 604.35.28.4 for example and my...

Part and Inventory Search

Back
Top