the font initiatlization error only happened when the other user first tried to run a report - it has not happened since - I cannot recreate that error - I just mentioned it because I was not sure if they were somehow related but I guess not.
I reproduced the error and then ran the debug window...
I mentioned from groups with the sub-form because I thought that form being open may somehow effect my from data. Here is what I am doing:
frmgroups is a data entry form that also contains a sub-form. From the frmgroups form there is also a button to open up frmreport. frmreport is the form...
I have looked through everything an unable to figure out a reason - One other issue that is going on (I mention it because maybe it will mean something to you) is that occasionally, the sub-form on frmgroups is blank.
Any other thoughts? Thanks!!!!
Fred
Duane, one more piece of information - I jusr added some code to my buttons used to run the reports - I just added:
Me.startdate.SetFocus
I am not getting the error now (at least the 50 times that I just tested I did not get the error)
Could if have something to do with the tab control and...
Ah, Duane.... I have been hoping you would help.
I am not closing the form. However, I have a frmdata that is open. There is a button on frmdata to open frmreports.
The frmdata has some code (nothing I would think that would effect this problem) to allow the data to be edited when you click...
I tried to post this in the forms section and in the general questions but have not received any feedback to help me. Therefore, I am trying to post in reports section.
I have several reports that use a startdate, enddate and a market field from a form. In my report I refer to the form to...
You need to add additional fields to show the timeframe you want... for example, if you wanted to view by month, you would need to add month([changedate]) to add the month each record.
Then you would need to total by this field.
Hope that helps.
I created a new (simple) database that has only two main tables - tblGroups and tblActivity.
I created a data input form which is linked to tblGroups - there is a sub-form on the form linked to tblactivity and there is a "maingroupnumber" field that links the tables and form/sub-form.
I have...
I have a form with one sub-form. This form is set to open on startup. When I compact and repair the database, the sub-form blanks out.
Any ideas?
Thanks!!!!!
Fred
I think I may have resolved my issue - I had a tab conrol on my form. I placed the tab control in the detail section rather than the header - I just moved the tab control to my header and, so far, everything seems to be resolved.
Thanks!!!!
Fred
Hi - here is the code from one of the buttons that runs the report:
Private Sub Command25_Click()
On Error GoTo Err_Command25_Click
Dim stDocName As String
stDocName = "rptActivityByMarket"
DoCmd.OpenReport stDocName, acPreview
Exit_Command25_Click:
Exit Sub...
Hi MajP - The button that I use was created by the wizard and just opens the report- The message that I occasionally get when I press one of the buttons is:
Microsoft Access can't find the field 'forms' ref to in your expression
In my queries, I refer to the form to filter. Not sure if the...
I am sorry to post this again but looking for help - I have queries that use a form with a tab control as the filter - for some reason, I get a message that access can't find the field 'forms' referred to in my expression"
The problem is that the button will work several times and then I will...
Just one more question.
Is there another way to do this? I have 6 different fields that I use so I would have to make one up for each field. I am confused because this never was a problem before???
Also, the reports run most of the time, it is just occasionally that I have the problem...
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.