Place DoCmd.Maximize in your form/report's Open Event
Place DoCmd.Restore in your form/report's Close Event
This is the simplest way to open a form or report in a maximized view without it effecting all of your other reports or forms.
Good Luck
BeffyMar
I always open a form that I want maximixed with a docmd.Maximize then I use the docmd.Restore in the on close event. This will keep the other forms from being maximized. It has worked for me every time.
BeffyMar
Hope this helps
I want to create a query that sums all the fields by week so that I can chart the values. I cant seem to accomplish this task and my time-series graph never gives me what I want. Any suggestions??<br><br>THanks in advance<br>Mary Beth
I have several charts that are based on a query. The criteria for the date field is<br><br>Between Now() and Now()-[Enter Number of Days]<br><br>This works well... but I want to get the number of days that they entered and put that on the heading of the chart<br><br>ex. All Equipment in the Past...
I have a main report that is produced according to an embedded query. The person must enter in a Fiscal year and the dates are pulled from a fiscal year table and used to compare date fields in another query in the main report.<br><br>The subform uses the same first query that gets...
I figured it out... I just did iif statement within the query then calculated that field... I didnt realize that you couldnt sum a calc field... or something like that..<br><br>Thanks you for the advice.<br><br>Mary Beth
#error is showing up in the field. What I typed is:<br><br>=DCount("[Laps Time]","YearlyQry","[Laps Time]<0")<br><br>I also substituted the first Laps Time for Person Responsible because that is what the footer was that it was in<br><br>The Name of the...
Samara... got it... It worked... I have to just call it onOpen and onClose.<br><br><br>When I did it onCurrent, wherever I was within the records became #1. <br><br>Thank you so much.<br><br>Mary Beth
I have created a field that counts the records in a report but what I really want to do is count records with this twist. I want a count of all records that contain a negative in lapstime field and I want a count of all records that contain a positive in lapstime field. How...
Samara,<br>For some reason this isnt working for me. I dont know if it is because I am calling the function at the wrong place. It did manage to totally mess all of my numbers up hehehe. I am sure that I am doing something wrong. By the way, I called...
Thank you samara... I will try this first thing tomorrow when I get to work... after viewing your code, I think that this may be the answer to what I am looking for...I will let you know...<br><br>Thanks again,<br>Mary Beth
I realize that this seems like an unordinary situation. They want the number to change. If record 6 is deleted then they want record # 7 to become ID# 6. I know that this really doesnt make any practical sense, but this is what the company...
Sorry... maybe I need to be more specific. At the bottom of each form there is a data control that allows you to scan through the records. It contains a bar with a number in it according to what record you are viewing ( ex.1, 2, 3). I need to capture this number...
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.