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 gkittelson 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: *

  1. HRAHIMI

    Disable Printing Functionality

    Hello, First I'd like to say Happy Holidays!! Second, is there a way in access 97 that I can disable the printing functionality? Thanks.
  2. HRAHIMI

    Error when logging on

    I had McAffee but that expired like a week ago. So if I use AdAwareSE or Spybot now, it'll get rid of this IE pop-up?
  3. HRAHIMI

    Error when logging on

    When I log on to my computer an Internet Explorer window pops up where it is trying to open up a specific website and it's not found. How can I get rid of this pop up? I don't even know what this website is? I have a WINDOWS XP operating system and my computer is fairly new. Thanks.
  4. HRAHIMI

    How to use Speed Ferret 4.1

    I am trying to search a specific field name in a couple of databases. When I go thru the step by step process of searching, when I click the start command I receive the following error "The search was completed, but no references were found. Surprised? Double-check your search criteria, refresh...
  5. HRAHIMI

    Stored Procedure

    I'm trying to pass qunit and based on that it will execute different select statements to get different values for the field "expquant". So for instance: qunit = lbs and expquant = 500. It should see that it is in lbs and convert it 500/2000. And then give me the new value. Forgive me b/c I am...
  6. HRAHIMI

    Stored Procedure

    Well I used a template of another stored procedure that's why. I can get rid of all the excess variables. But my main problem is that I have a set of records with different units of measure (MT, LBS, and ST) so I am trying to convert them within the stored procedure. With the procedure I've...
  7. HRAHIMI

    Stored Procedure

    I am trying to create a stored procedure but when I execute it, it looks like it's not even passing thru the "If @qunit = 'LBS'" line. Reason I know that it is b/c the final result is not valid. It is not converting which is what I am trying to do. Please help!!!! IF EXISTS (SELECT l.expquant...
  8. HRAHIMI

    Print Procedure for Reports

    Where can I write code that would ONLY execute when the report is actually printed? Thanks!
  9. HRAHIMI

    ODBC CALL FAILED MESSAGE

    I am trying to run a query in Access using a table from SQL and I am getting the "ODBC -call failed" message. But then when I run it 5 minutes later it works fine. Then 5 minutes later I get that message again. Helpp!!
  10. HRAHIMI

    FORMAT DECIMALS IN A MESSAGE BOX

    OK I have the following line in my code: MsgBox ("WARNING, there is a balance of $" & [Forms]![frmdomesticbal]![Text25] & ". ") Using the format command how can I format the decimal places. Thanks!
  11. HRAHIMI

    FORMAT DECIMALS IN A MESSAGE BOX

    How can I format a field in a message box?? I need to format the decimal places. Thanks!

Part and Inventory Search

Back
Top