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!
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...
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!
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.
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.