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 Mike Lewis 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: TadyB
  • Order by date
  1. TadyB

    Keeping track of guests

    Thanks! They can have more than 1 guest per visit. I've set up the 3 tables you suggested, but it's actually 4. I can't have the one table to hold all people...guest and members. I have my member table and created a guest table. Then I created a visit table and the 4th that holds the visitid and...
  2. TadyB

    Keeping track of guests

    Hey everyone. I have a form I'm having trouble developing. It's for a swim club. When a member enters, they need to check in. I've developed a simple form called Visits that keeps track of this. It is linked to the Member table where all member info is stored. The Visit table just stores the...
  3. TadyB

    Picture Problems

    I'm getting an "object variable or with block variable not set" error and I don't know why. There is no code involved. All I'm trying to do is change the background picture of a subform. I go to the subform properties, then his the ellipses for the Picture, select my file and then I get the...
  4. TadyB

    Date range to print on the report

    Ok, thanks...I will try that...can't wait to learn! Stacey
  5. TadyB

    Date range to print on the report

    OMG...that was so cool! I've never looked in my SQL before...so much to learn...it works perfectly...thanks sooooooo much!!! Stacey
  6. TadyB

    Date range to print on the report

    Hey. I have an invoice report with a query that prompts the user for a date range based on the InvDate. Is there an easy way to get that date range printed on the report? I don't have my invoice items listed individually, just the total for items purchased for that date range. I would like to...
  7. TadyB

    Invoice Report

    Duh, never mind. Thanks anyway, Stacey
  8. TadyB

    Invoice Report

    Hey everyone! This might be a simple solution, but I can't think of it. I'm creating an inventory report but I don't want the items to be printed, just the total. It's for snack bar items and they just want a Snack Bar total, not every coke and chips they bought that month. Any ideas? Thanks...
  9. TadyB

    CNUM --what is it?

    Hey Richard! How have you been??? This problem comes from the swim database when you go into the ItemFrm and try to select from the Reorder dropdown. Any ideas? Thanks, Stacey
  10. TadyB

    CNUM --what is it?

    Hey...thanks for the reply! I'm searching to find if CNUM was defined somewhere else in the coding that I might have deleted...going back to the original. The line with CNUM in it is: sngReorderPt = cnum(strReorderPt)/100 I searched for CNUM in this forum and it seems to be used to return a...
  11. TadyB

    CNUM --what is it?

    Hey everyone! I'm learning VBA and run into a problem. Someone gave me an Access database to use to learn from and it has CNUM in it and I'm getting an error when it calles on it. It says "Sub or function not defined"...CNUM is highlighted when I go to debug. I check everything else and it seems...
  12. TadyB

    Subform record selection

    Thank you...but that's not quite what I'm looking for. I'm trying to have a better/easier/quicker way to select items without the use of a dropdown list. I don't want the user to have to scroll through a bunch of items to find the one needed and do this repeatedly until the order is complete. I...
  13. TadyB

    Subform record selection

    Hi everyone! I know this has been answered before, but I can't find it! I don't know VBA, so please be gentle!! I have an Orders form/table (my main form)...a category subform...an item subform...and the order details subform. I would like the category and item subforms to be data sheet. Each...
  14. TadyB

    Magic Button

    Thanks y'all! I'm working on it...I appreaciate everything you've done!! What would I do without you???? Stacey
  15. TadyB

    Access Buttons

    Sweet...thanks Lightning
  16. TadyB

    Access Buttons

    Oops...sorry I did read that wrong!! Thanks so much...it's a great idea! Stacey
  17. TadyB

    Access Buttons

    Thanks HTH, but that didn't quite work the way I wanted. When you try to "click" on the button, it places the cursor inside which is not quite what I'm looking for. I'll just stick with grey...it's not that bad...I was just curious if I was missing a property that could do it. I appreciate your...
  18. TadyB

    Access Buttons

    Hello. Is it possible to change the background color of a button. I do not see the option in the properties box...just fore color?
  19. TadyB

    Adding Fields

    Leslie, It's a long story! Too long!! Stacey

Part and Inventory Search

Back
Top