Search results

  1. K

    If statement not return True when it should based on the data Asked by: kfschaefer1

    I have a complex IF Statement within VBA when I step thru the code the if statement variables should return true but instead treats it as False. See '>>>> this happens on the 2nd Pass of a Do Loop Statement, the First Loop the if Statement Returns True Variable Values: Record 1 contractNo...
  2. K

    Complex Do Loop/For Each.

    Also I am unable to retrieve the next value for the Previous Year for the next quarter. Once Qtr1 has finished I need to be able to go to Qtr2 and retrieve the PvYr value for Qtr2. ContractNumber Quarter PctYrlyIncrease 00003977 1 0.00% 00003977 2...
  3. K

    Complex Do Loop/For Each.

    this is the data I get from the data warehouse, and I need to compare values within an access query, hence the need to loop thru the various fields to determine the value I am looking for. It comes accross in a huge text file - and since it is a datawarehouse normalization does not exists. I...
  4. K

    Complex Do Loop/For Each.

    I have to loop thru 2 recordsets. I need to first determine the quarter , then retrieve a value from each of the 6 fields for that quarter and compare that value against a previous years value that is also stored in the table for each quarter. the following is the field names not the field...
  5. K

    Combo Not in lIst causes duplicate records

    I have a mainform/subform. Combo for Vendor Name is on subform. If the user needs to add a new Vendor name, I use the Liimit List Edit form - allow the user to add a new vendor. however, when the user returns to the Mainform/Subform to continue to enter the invoices, it does not set the...
  6. K

    Calling Function W/parameters From Within Another Function To Create Event Logger Gen

    I have code that will update SQL tables and uses a Stored Procedures to gather the information. The following code works successfully and updates the SQL table. I am looking for assistance in now using these functions to capture information regarding the processeing of the databases. I need to...
Top Bottom