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 derfloh 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: e8348
  • Order by date
  1. e8348

    Page Breaks within Sub-reports

    I am working with Access 2000. I have 2 subreports in the main report's report footer. Each subreport has information in group footers. Is there any way to get a page break between them? Thanks!
  2. e8348

    Importing Custom Outlook forms into Excel

    I am trying to copy results from custom Outlook forms into Excel. I noticed it works much better than in Access. The only problem I run into is that if there is a comment field and people hit the enter key in between lines in the comments field, it seems to mess up the way the info pulls into...
  3. e8348

    Importing Custom Outlook forms into Access

    I am trying to import Custom Outlook Forms results into Access. Some of the fields come in ok and the others don't come in at all. I noticed that if the field in the Outlook form is a pick list, radio button, etc. that it will not pull into the Access table. Can anyone help me out? Thanks!
  4. e8348

    Run Time error on SetFocus

    They are supposed to be the same. The name of the field in the form is Adjuster Number. Is that why it is not working? I am referencing two different things.
  5. e8348

    Run Time error on SetFocus

    I have the following code to validate part of a form: Private Sub Adjuster_Number_BeforeUpdate(Cancel As Integer) Dim strPt As String Dim strTi As String strPt = "Value must be 4 characters long." strTi = "Incorrect Entry" If Not Len(Adjuster_Number) = 4 Then MsgBox...
  6. e8348

    Memo Field in Forms

    Is it possible to time stamp a date in a memo field? I want this to work so that any time a person wants to add a comment to a record, a date is automatically stamped in before the comment in the memo field. Any insight would be great.

Part and Inventory Search

Back
Top