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!

Recent content by MsPeppa

  1. MsPeppa

    Finding Largest Number using IF statements

    If I was to read in 7 integers and I wanted to find the largest number using only if statements (no arrays) but also keep the amount of code to a reasonable amount, does anyone know how to do that?
  2. MsPeppa

    How do I create a counter to keep track of how many Records are Return

    That seems like it would work but not for this. My search opens a query, so I really don't have a form, it's only a query that is opened and depending on what the user searches for, that is how many records will appear so the number of matching criteria records changes all the time. Thanks
  3. MsPeppa

    Relationship Issue...Please Help!! Can't figure it out

    I have a DB that is very complex. I have 3 tables. The first table only has "Date" in it (current date) the second table has "Shifts" (employee work shift (1, 2, 3 etc..) and my last table is "Extras" (includes Event, Appearance, First Name, Last etc...) The...
  4. MsPeppa

    How do I create a counter to keep track of how many Records are Return

    I have a query that the user enters a start date and an end date. What I want to do is add a field so that there is a running total of how many records are listed. So like next to each record there is a number in that row. (i.e.) 1 Lucy Liu 2 Xena ...and so on, and let's say the...
  5. MsPeppa

    Is there a way to create an Formatted Auto Number?

    I need to create an automatic generated number. The number is for field "Filenumber" and the format is "WMB2002-" then four numbers i.e. "WMB2002-0001" is there anyway to do this, so that once a user does "WMB2002-0001" the next record wil lbe...
  6. MsPeppa

    Problem with Query Error Message - Need help Quickly!

    I did what was suggested and I am still getting that same error. I do Not understand it at all!!!!.... Here is the piece of my code again, I put the close statements at the top. It just doesn't make sense why it keeps on giving me that "You canceled the previous operation" at the...
  7. MsPeppa

    Search Form contains Checkboxes - Way to custom search based on this?

    I have a form that is called "Custom Search" What custom search has on it are two option buttons "AND" & "OR". Then it contains Checkboxes with "Filenumber", "Incident Type", "Date of Occurence" and a few others, but those three...
  8. MsPeppa

    There MUST be a way...Please help! Subreport Troubles!!!!

    I have a report with about 4 subforms. I have all the properties set to "can grow" "can shrink" = yes. The problem I am having is that if there is two or more records of information in a subform it overlaps the next subform. Is there a way to tell the subforms to move...
  9. MsPeppa

    Is there a NEWLINE command in access

    I have a messagebox and what i want to do is create a newline inbetween information. So like my msgbox outputs fields that need to be filled in what i want it to do is have a return inbetween them. i.e Incident Type First Name Last Name etc... right now I have the code Msg = Msg &...
  10. MsPeppa

    Search records based on a form with Checkboxes...Need help PLS!!!

    Extremely confusing, do you think you could give me a one line example of each. Like, what to write to add statements to the AND and the OR. Thanks. I'm not to Knowledgable in sql, but when I see an example then I can expand on it.
  11. MsPeppa

    Problem with msgbox code!

    Jeff Bridgham showed me the following code in a thread where I asked "I have a form and it has about four fields. Filenumber, last name, first name. What I want to do is if one or more of these fields are blank when the user tries to add a new record or to save the current one, I want a...
  12. MsPeppa

    Search records based on a form with Checkboxes...Need help PLS!!!

    I have a form that is called "Custom Search" What custom search has on it are two option buttons "AND" & "OR". Then it contains Checkboxes with "Filenumber", "Incident Type", "Date of Occurence" and a few others, but those three...
  13. MsPeppa

    Query with Checkboxes!! Help - Pls Need to solve this problem ASAP

    Thanks, that's good stuff...Do you think you could possibly tell me what each statement does. Like explain what their purpose is. Thank you
  14. MsPeppa

    Query with Checkboxes!! Help - Pls Need to solve this problem ASAP

    I have a form that is called "Custom Search" What custom search has on it are two option buttons "AND" & "OR". Then it contains Checkboxes with "Filenumber", "Incident Type", "Date of Occurence" and a few others, but those three...
  15. MsPeppa

    Another question for GURU'S only -challenging, but i'm not a genius :)

    I have a form that is called "Custom Search" What custom search has on it are two option buttons "AND" & "OR". Then it contains Checkboxes with "Filenumber", "Incident Type", "Date of Occurence" and a few others, but those three...

Part and Inventory Search

Back
Top