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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by act2

  1. act2

    How to Make control Charts

    I've sumitted this as a FAQ but since I asked the question here, I thought I would post what I have found. After spending a lot of time trying to figure a workaround to the Glitches in Access 2000 Charts, I think I have come up with a procedure for making control charts. I believe this...
  2. act2

    Pass an existing query criteris using VB

    I would like to be able to reference an existing query and pass it criteria using VB. I have tried DLookup and the DoCmd with no luck any suggestions. Thanks
  3. act2

    get a value from a field in a query and store it in a variable

    PHV and MajP thanks for your help. Worked great
  4. act2

    Show line based on available labor hours

    I have been able to get what I want in excell but no luck in Access.
  5. act2

    Show line based on available labor hours

    I have a bar graph that shows the amount of machining hours by function per week. I want to be able to have a line based on the available labor for that week. Here is a sample of the data. I have not done a lot with graphs in access so any help will be appreciated. Thanks Graph SQL...
  6. act2

    get a value from a field in a query and store it in a variable

    I’m trying to get a value from a field in a query and store it in a variable using VB. I’ve tried many suggestions from the post but noting seems to work. The query is called qryReportGen and the field within the query is JobHr . Thanks
  7. act2

    Force Moday start start date no matter what is selected in calendar Wk

    MajP, Thanks for your help, your code worked great. Here is how I used it. Thanks again Dim cboOriginator2 As ComboBox Private Sub ocxCalendar2_Click() ' Copy chosen date from calendar to originating combo box Me.Recalc Do Until Weekday(ocxCalendar2.Value) = 2...
  8. act2

    Force Moday start start date no matter what is selected in calendar Wk

    I have a combo box which activates the Calendar Control 9.0. I want to be able to change whatever date someone may select in the calendar control to the Monday date for that week. Tried using the Weekday function with out any luck. Any suggestions. Thanks
  9. act2

    Using Table as Key for Combo Box Data

    Lameid, Just got back from a trip and saw your reply. This is exactly what I wanted to do. The code worked great after making the adjustments you suggested. I’m in awe of the talent on this site. Thanks again.
  10. act2

    Using Table as Key for Combo Box Data

    Not sure if I could use Dlookup to get what I want. Currently I have a start date and complete date on the form. I used DateDif to get the weeks to build. I would like the code to take the weeks to build (wtb) number and compare it to my table and if there are matches return all of the...
  11. act2

    Using Table as Key for Combo Box Data

    Thanks for the reply Lameid. I'm not sure if I understand your reply and I don't think I stated my question very well. I’m fairly new to programming in VB. Let me try to explain my problem again. I have a form that has combo boxes that I want to set a default value based on the estimated...
  12. act2

    Using Table as Key for Combo Box Data

    I would like to be able to set some defaults based on the week number by using a table. I'm not sure how I would go about doing it in VB any suggestions? Something like this wk# Combo Box Value 3 Me.cbo.xxx1 7 3 Me.cbo.xxx2 14 3 Me.cbo.xxx3 21 3 Me.cbo.xxx4 28 3 Me.cbo.xxx5 35 3 Me.cbo.xxx6...
  13. act2

    Books on VBA coding

    Thanks everyone Great Information
  14. act2

    Books on VBA coding

    Can any one recommend a good VBA resource book? I’m what I would consider on the low to mid intermediate stage and would like to learn more. The books that I have seen at the bookstores seem to focus more on using the application than constructing the code. Any suggestions would be appreciated.
  15. act2

    Date Problem Rolling week number at change of year

    CautionMP and PHV, Thank you for helping me with this, It solved all my problems. Stars for both.

Part and Inventory Search

Back
Top