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 derfloh 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. blueangel76

    How do I get rid of the space?

    Than you! That worked! Angie
  2. blueangel76

    How do I get rid of the space?

    Ok, here is the code I have: intNextWMWk = WMWeek.Value + 1 If WMWeek.Value < 10 Then strWMWeek = Str(Year(Date)) & Left("0" & WMWeek.Value, 2) strNextWMWk = Str(Year(Date)) & Left("0" & intNextWMWk, 2) Else strWMWeek = Str(Year(Date)) & WMWeek.Value strNextWMWk =...
  3. blueangel76

    Change focus to report from form code

    Thanks! I tried it. It worked, but it printed the report right away. That should be fine when this is all finished, but when I am in the design/testing phase, how do I keep it from printing automatically? I have never seen this happen before.
  4. blueangel76

    Change focus to report from form code

    So, this will work if the report is already opened, but minimized?
  5. blueangel76

    Change focus to report from form code

    I'm sure this is something very simple, but for the life of me, I cannot figure it out. What happens is that when a user wants to run a report, they are first prompted, through a form for data. Within the form, code is run that updates a table that will populate the report. The report will...
  6. blueangel76

    Newbie with a question

    Thanks, I'll check it out.
  7. blueangel76

    Newbie with a question

    Yes, I do have that. I know how to get into the programming, I just don't know how to change this particular setting.
  8. blueangel76

    Newbie with a question

    I use the actual phone (T7316e) to program.
  9. blueangel76

    Newbie with a question

    Hello everyone. I have just taken over IT responsibilities at a small company. I don't know a whole lot about our phone system other than all of the phones are Nortel T7316e's and we run the Flash vm system. Hopefully that is enough information for someone to answer my question. Long before I...
  10. blueangel76

    Retrieve filename in query

    I have a table in access with a field named UPC containing UPC codes. I have a folder with image files named according to their corresponding UPC code. I need to run a query that returns either the image filename that matches the UPC code or actually shows the image(s) associated with that UPC...

Part and Inventory Search

Back
Top