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 lmschilling

  1. lmschilling

    Why has my form grown to over 100Mb?!

    Hi dwalker- Try going to Tools, Options, General, check the box Compact on Close. This might take care of it!!
  2. lmschilling

    How to print a form

    A form has been created as an .asp It will be filled in, printed and not saved. The problem is...when the form is printed right now, it only prints on about two-thirds of a standard 8.5 by 11 page. I would like it to print on the "whole" page. Should it been done as a report so it...
  3. lmschilling

    Print Current Record

    Hi lashwarj- The following code is an event procedure for a command button. The report is based on a table. It will print the record ([recordno] is the name of autonumber field in the table) on the screen at the time. Dim stDocName As String stDocName = "rptname&quot...
  4. lmschilling

    Calculate time from 2 "short time" fields

    Let me say first - thanks in advance to anyone who can help me. I would like to calculate the time between two short time fields. Ex: mtime1in (short time in military time with the imput mask set to 00:00) the out time field of mtime1out set exactly the same as mtime1in. In my report I...
  5. lmschilling

    To add to dropdown list on a form without going to table

    Thanks to all for the excellent help with my question.
  6. lmschilling

    To add to dropdown list on a form without going to table

    Could someone please tell me how to add to a dropdown box without going to the table to add a choice that's not in the list? I see there's a On Not In List event but I'm not sure how to write the code. Any help would be greatly appreciated. Thanks, Lynne

Part and Inventory Search

Back
Top