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 wOOdy-Soft 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: dontay
  • Content: Threads
  • Order by date
  1. dontay

    VB to fill textbox with previous record

    Hi, I'm putting together a "credit card manager program" with MS SQL Server 2005 Express and Visual Basic Express. If I'm filling out the curent Credit Card payment on a VB form, and I want to see the previous payment listed in a text box on this form, I'm stuck. I'm OK with the front ends but...
  2. dontay

    VB to fill textbox with previous record

    Hi, I'm putting together a "credit card manager program" with MS SQL Server 2005 Express and Visual Basic Express. If I'm filling out the curent Credit Card payment on a VB form, and I want to see the previous payment listed in a text box on this form, I'm stuck. I'm OK with the front ends but...
  3. dontay

    Can't run reports or open in design view in Access 2003

    Hi All, The company I work for has been using windows 2000 with Access 2000. My office manager just got a new computer with windows XP and Access 2003. When the default printer is set to the network printer, reports will not work. I can't even preview a report or open reports in design view. But...
  4. dontay

    Upgraded to Access 2003 Problems

    Hi All, The company I work for is upgrading from Access 2000 to Access 2003. They are using Windows 2000. Now Access 2000 applications are not working on Access 2003. The forms command buttons that use to run reports are getting error messages about the queries that the reports run off of, and I...
  5. dontay

    If not variable_1, variable_2 or variable_3 then msgbox

    OK I'm not a profesional programer but I do like making Access aplications with VBA. I'm stuck on a simple argument: If not variable_1, variable_2 or variable_3 then msgbox Any clues as to the syntax for doing this in VBA??? I could maybe figure out a funcky way of doing it but it wouldn't...
  6. dontay

    Check for empty table

    Hi All, What is a good way to check a table to see if it's empty, then return a value that I can use to exit a procedure? Any help would help me keep my job, and impress the powers that be, or not. Don
  7. dontay

    How to print a full page of labels?

    The label Wizard alows me to print one particular address label at a time. How can you print a full page of a particular label? Thanks in advance Don
  8. dontay

    How to print a full page of labels?

    Using the Label Wizard, alows me to print one label for a particular address. How could I print a complete sheet of labels for a particular address? I got stuck on this one. Thanks in advance Don
  9. dontay

    Using OCR for Newspaper articles

    Hi, I'm trying to use Acrobat's OCR program to convert scanned Newspaper articles to text, but there is a high error rate. Any suggestions on other OCR programs that might work better? Don
  10. dontay

    Looking for good OCR program

    Hi, I'm making a database of Newspaper articles. I want to scan some of these and use an OCR program to convert them into text. What is the best OCR program for scanning Newspaper artcle? Any ideas much apreciated. Don
  11. dontay

    How to download a multi page search on yahoo?

    Hi, I'm not a perl programer but it looks like I might need a perl script to do what I'm trying to do. When I run a search on Yahoo,maps,business, Health Food, it brings up multiple pages that the query finds. The manual way for me to save that information is to copy and paste it into MS Word...
  12. dontay

    Sub Form has an error in the bottom add new record line.

    Hi All, When I add a sub form to a form, I get this error on the bottom line of the subform. If I keep trying and trying I eventually can get the sub form added to the master form with out that darn error on the bottom line. But I don't have a clue why. Any ideas? Thanks Don
  13. dontay

    How to use referencial intergrity with multiple primary keys?

    Hi, I have a table that has a dual primary key, and I want to build a relationship with another table and use referencial integrity, but the relationship builder in access will not let me use referencial integrity. Probably because I don't know how to link the two tables properly. Any ideas?
  14. dontay

    Proper names for files used in catalog database

    Hi All, I'm new to Acrobat. I'm starting to build a database of newspaper articles, with the catalog feature of Acrobat 6.0. Is it true that I should keep the file names down to no more than 8 characters long? Hopefully I'll be using PC and Macs to work on it. Any help is appreciated.
  15. dontay

    Can Acrobat be used as a database?

    My friend wants to make a database of newspaper articles. He thinks Acrobat will save the pdf files in some kind of accessable database. I'm not familiar with Acrobat but I know some of you are. He wants to search with a key word and all the articles with that word will be displayed. Does anyone...
  16. dontay

    Make Access msgbox pop up infront of active window

    Hi, I'm trying to make a reminder access application. My problem is that when access is minimized the msgbox pops up behind the opened window and not infront of it Like I want it to. I'm trying to keep access minimized in the task bar and have it send out a msgbox that pops up infront of...
  17. dontay

    Field name is "date" now I can't use "Date()" Function

    Hi All, In one of my first Access Apps I named a date field "date". Now when I try to use the "Date()" function, instead of producing the current date it produces what ever date that is in the "date" field. In other words when I try to use the "Date()" function it thinks I'm referencing the...
  18. dontay

    Field name is "date" now I can't use "Date()" Function

    Hi all, In one of my first apps I named the date field "date".(I will never do that again). Now when I try to use the "Date()" Function to update another text box, it adds what ever date is in the date field and not the current date. How can I use the "Date()" function to produce the current...
  19. dontay

    Change the mouse cursor to a pointer

    Hi all, How can I change the mouse cursor to a pointer when I place it over a text box?
  20. dontay

    Change the mouse cursor to a pointer

    Hi, How can I change the mouse cursor to a pointer when it is placed over a text box on a form in access? Don

Part and Inventory Search

Back
Top