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 bkrike 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: MsPeppa
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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 &...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. MsPeppa

    Help from MS Access GURU'S ONLY! EXACT CODE NEEDED!!

    Hi, I say this question is for guru's only because I need EXACT code. I'm a newbie to Access and have been trying to solve this problem, which seems very simple for months now, and it's holding my project back. Here is the issue. I have a report called "MainGeneral" I also have a...
  13. MsPeppa

    Newbie Question

    Hi I have a quick question for anyone, it's probably an easy one to answer. What code or what not do I have to include in my form so that when a user opens the form all fields will be blank? Right now, if a table contains records and the form which is linked to the table is opened it displays...
  14. MsPeppa

    How to I get my Log In form to work???

    Hi everyone...I created a table with the following data... First Name : Last Name : User Name : Password. I then created a form called "Log In" which has two textboxes, one for the user to enter their User Name, and the other one to enter their Password. There are a couple things...
  15. MsPeppa

    Listing Files in c++

    Hi, I'm trying to write a piece of a larger program that will allow the user to view all the available .txt files in c:\projects\qrt4. I have no idea how to do this and have been searching the net for some info with no luck. So if anyone has any idea it would be greatly appreciated.. Thanx...

Part and Inventory Search

Back
Top