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!

Search results for query: *

  1. LaurieHamlin

    nth smallest is sorting wrong

    I am using Crystal Reports 11 with an Access database. I need to pull a district number out of a string field then combine the various districts into a single string in order. Taking the district out of the field works fine. When I take the nth smallest districts, I get: 11, 14, 16, 24, 1, 3...
  2. LaurieHamlin

    Print Data to a Specific Printer

    I'm converting DBs from 97 to 2003. I have one where users typed data into a form that is bound to a table. When they clicked a button a report opened which formatted the data they had entered into a letter. They clicked on another button to print it. In 03 it also has to print on a...
  3. LaurieHamlin

    Why am I getting this result from datediff?

    Here's what I have: tday = Format(#7/16/03#, "m/d/yy") (changed from Date() to #7/16/03# to see if that was the problem) wkend = Format(InputBox(Chr(10) & "Enter pay period ending date" & Chr(13) & Chr(10) & Chr(10) & Chr(10) & Chr(10) & Chr(10) & "As MM/DD/YY&quot...
  4. LaurieHamlin

    printing unbound text boxes

    I have a main form with 2 subforms. All 3 have unbound text boxes. The Microsoft Knowledge Base indicates that printing unbound text boxes on subforms is a known bug which apparently has not been fixed. Has anyone found a way around this? My form is rather complicated and I'd prefer not to...
  5. LaurieHamlin

    data shows in print preview, doesn't print

    I have a form with a subform. The fields are unbound and values or text are assigned in code. Both forms have letter codes and numbers which show in print preview. The data on the main form prints, but none of it prints from the subform. I tried changing the font and it made no difference...
  6. LaurieHamlin

    addnew to subform

    I'm trying to add new records to a subform. The parent has an input box for a date. I successfully get the max date from the existing records. DtDf calculates the difference between the date entered and the max date. If the max date is < the date entered, I want it to add a new record for...
  7. LaurieHamlin

    FindRecord or GoToRecord syntax

    I've tried both find and goto and get similar errors with both. I've looked at all of the examples I can find and figure out what's wrong. [sadeyes] I have an input box that takes in a number and assigns it to the numin variable. Here are some of the versions I've tried. Unless otherwise...
  8. LaurieHamlin

    DSum in subform

    I'm new to VB in Access. I'm developing a payroll database. I need to total hours in a subform by the type (regular, overtime) and employee (social security number). I've gotten it to total by type, but it adds for all employees and when I add the social security criteria it no longer works...

Part and Inventory Search

Back
Top