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

    Generate report for current record

    I am creating a database to generate reports based on the current record in another database (table linked via odbc). I have linked the table where the current record would be pulling from, but how do I get the current record to show up in my report? Please help. liltechy
  2. liltechy

    List months between two dates

    Here is the problem: AuthStDate is a date field. AuthEDate is a date field. I need to create in a query another field that will list out the individual dates between the two dates. For example: AuthStDate = 6/25/2003 and AuthEndDate = 9/30/2004, I need to see 6/26/03, 6/27/03 and so on. So...
  3. liltechy

    Autofilter for conditional formatting

    Is it possible to do a autofilter with conditional formatting? I have a small spreadsheet that I need to print every month but I do not want to print the months with 0.00. Below is the data that I have tried to autofilter without success. MONTH Current Boardings YTD Boardings...
  4. liltechy

    Show 6th WorkingDay

    I am trying to automate a spreadsheet and need some assistance with a formula. Here is what the answer should look like for July: ALL ITEMS DUE BY 8:00AM ON THE 6TH WORKING DAY - AUGUST 9 This is my formula: ="ALL ITEMS DUE BY 8:00AM ON THE 6th DAY - "&UPPER(TEXT(WORKDAY(NOW(),-7),"mmmm d"))...
  5. liltechy

    Entry to change for current month

    I have a financial workbook and need some assistance with a formula. sheet1 is where I enter my monthly totals. Sheet2 is the financial report. What I can't figure out is what formula do I use to have the current month's entry show up on Sheet2. Here is what sheet1 looks like: Acct# Descr...
  6. liltechy

    Report locked by another user

    In my shared database I have several reports where the underlying source is queries. The problem that I am having is that only one user at a time can view the report. If two users try to open the same report, one will get an error message that the report is locked. What do I need to do to unlock...
  7. liltechy

    Run-time error 3138- Syntax error in ORDER BY clause

    I have a combo box that on my main form that I want to refresh my subform, when I select my Vendor I get this error msg "Run-time error 3138- Syntax error in ORDER BY clause" and I don't understand why. Below is my code. Dim strSQL As String Dim strSQLSF As String strSQLSF = &quot...
  8. liltechy

    Combo Box filtering problem

    I have a combo box with the following code and I get an error "You have canceled the previous operation" and I don't understand why. Can someone please help? 'I/O lookup Private Sub List20_AfterUpdate() ' Find the record that matches the control. Dim strSQLSF As String...
  9. liltechy

    Visio 2000 not able to reoder pages

    I inherited some Visio flowcharts and I need to reorder the pages but it will not allow me to do that. Why can't I reorder the pages? Any suggestions would be appreciated.
  10. liltechy

    Two Combo boxes to query one subform

    I have a main form that has two combo boxes and a subform. When I select the IO number in cbo1 it pulls all the records for that IO number in my subform. Based on the vendor numbers in the subform (pulled by the IO number)I then want cbo2 to look at the vendor number field in the subform and put...
  11. liltechy

    Second Combo Box not requerying subform

    I have a main form that has two combo boxes and a subform. When I select a IO number in cbo1 it pulls all the records for that IO number in my subform. I then want cbo2 to look at the vendor number field in the subform (after cbo1 has been selected) and put in the drop list only the vendor...
  12. liltechy

    Trouble with filling in miles

    I have a Perdiem database that I am working with and I have a form with a main form with a subform. The main form contains these fields EmpNo, Name, Jobclass, PrimarySite. My subform contains these fields: EmpNo, Location (drop down), CostCenter, Date, Miles, NumberDays, Amount. What I am...
  13. liltechy

    Blank fields on labels

    I am trying to create labels and I copied the code (from microsoft knowledge base) below into the controlsource of a textbox. This code concatenates fields to remove blank lines if a field is null. My fields are FIRSTNAME, SPOUSE, LASTNAME, ADDRESS, CITY, STATE, ZIP. It works fine but when I...
  14. liltechy

    Autofill query

    I need some help figuring out the autofill query. I have a main form with a subform. My main form is based on a table called tblEmploeeInfo. I want my subform to autofill the field Miles. The Miles should be filled in based on what data is in the PrimarySite field (main form) and the Location...
  15. liltechy

    Combo Box problem

    I have a user that created a table (does not want it change in any way) in a Training database. She created a form based on the training requests (tblTrainingReqs) and wants to create a combo box to find the trainers and their requests. I have created the combo box and each trainer is listed...
  16. liltechy

    If..Then..Else when changing original quantities

    I am not sure of how to do this. Here we go, I have an inventory database the warehouse guy prints delivery tickets once he is through selecting the items, that works fine, but my problem is this; I was asked to create a form that would allow the warehouse guy to increase or decrease the...
  17. liltechy

    Excel - Getting max value

    Hour 1 Hour 2 Hour 3 Hour 4 What Hour 5,487 5,298 5,208 5,186 3,853 3,666 3,444 3,236 3,756 3,569 3,440 3,387 5,478 5,279 5,172 5,109 I have and excel 2000 spreadsheet, a sample is shown above. With the information above I need to get the max value and put the Hour in the What Hour column. I...
  18. liltechy

    Excel counting

    I am trying to count the occurrences of text in two different columns in Excel. The answer to the count should be on worksheet "RejectSummary" and the text occurrences is on worksheet "SWI". Below is the formula I entered but I keep getting 0. It should be 191...
  19. liltechy

    Reprint invoices with original number

    I am in the process of creating a database where I will be printing invoices. There will be times when I will need to reprint an invoice with the original invoice number. Using autonumber will not allow me to do this. How can I accomplish this? liltechy
  20. liltechy

    Auto invoice numbering that can be reprinted

    I am in the process of creating a database where I will be printing invoices. There will be times when I will need to reprint an invoice with the original invoice number. Using autonumber will not allow me to do this. How can I accomplish this? liltechy

Part and Inventory Search

Back
Top