Forms :: Page To Stay Open For Time Limit?
Jan 20, 2015
is it possible to have a form page stay open for a time limit and then automatically close and open another form?
Reason I ask when a user clicks to open the database I want a splashscreen stating terms of use etc to stay open for a few seconds before it opens into the main database.
View Replies
ADVERTISEMENT
Sep 28, 2014
How do I put an upper limit on the amount of time allowed in a date/time field?
For example - during a heart procedure a person is exposed to radiation, it will never be more than a total time of 10 minutes. I want to know how much, but I want data integrity so I don't want them to be able to enter more than 10 minutes.
View 5 Replies
View Related
May 16, 2015
I have a question on number of records displaying in datasheet view on a form. Is there a way to limit the number of records showing on open.I have a command button on a Navigation form that opens a frmEnterPartsOrder using a Macro.
I have set the Macro to OpenForm, View Datasheet then GoToRecord, Record New..Works perfectly, but it does open the form and fill the screen with records, putting focus on the "new" record at the bottom of the form. Is there a way to set it to open this form, but only display say last 10 records and then focus on "new" record.
View 2 Replies
View Related
Mar 16, 2006
When I open my form, it doesn't open at the top of the page. How do I get it to open up at the top, so that I do not have to use the scroll button to go up to top?
View 3 Replies
View Related
Apr 8, 2013
I have a main form that opens on an autoexec macro.When ever i open up the database the form opens but for some reason it always opens a little way down the page so that you cant see the top and have to scroll back up to the top.
This is rather annoying because i have a tab control and it means you cant click the tabs until you move it back up.
View 1 Replies
View Related
Aug 2, 2013
I have a report that is generating a few pages, but I am only interested in the first page only. I have tried adding in code to cancel everything after the first page, but this just gives me a blank second page:
Code:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Cancel = Me.Page > 1
End Sub
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer)
Cancel = Me.Page > 1
End Sub
Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As Integer)
Cancel = Me.Page > 1
End Sub
I am outputting this report to PDF, and it is very annoying to have a blank page.
Is there a way to force the report to only be one page in length.
View 4 Replies
View Related
Jan 14, 2015
My form has a button that has a calculated field on it (a dcount(...)). When the button is clicked, a couple of conditions are checked and if all is ok, it runs the vba code. If the tests fail, it returns to the form without running the code. All works correctly, except that the dcount number has disappeared. I finally figured out that it is now hidden behind the button. How do I bring it forward again programmatically?
View 11 Replies
View Related
Mar 9, 2015
I have a database For customers of the company, when you open the main form through the search form , there are a filter . when you try to move between orders of this customer, there are a mssage (Asking you to approve of movement between the customer orders). to this point no problem, when you approval to move , cancel the filter on the main form with a stay at the current record (current customer).
View 14 Replies
View Related
Oct 10, 2014
On a split database, is there a way to restrict a form so that only one user can have it open at any one time?
View 3 Replies
View Related
Jul 17, 2006
Hi - I have searched this board and cannot find anything that has worked. I'm hoping someone can help and maybe I've just missed it somewhere on this board. Here's the thing:
I worked for 3 months on a MDB and got it working the way I needed. I then ran it for the date range I needed and apparently hit a file size limit. I got the "invalid arguement" error and immediately stopped the query and did a "compact and repair". It looked like the compact and repair worked but then the mdb did not come back up as it usually does. I closed Access and tried to re-open the mdb. Nothing happens! No error - no nothing. It just plain will not open. I then tried to compact and repair again but that will not work even when I select it as the mdb to compact and repair. I even tried to open a new, blank mdb and link to the mdb that won't open..no go.
Does anyone have any suggestions on other things to try to get this to open again? Are the tables stored somewhere outside of the mdb that I can delete to make it smaller and open?? I'm grasping here..I know it..but i'm desperate to get this thing to open for me.
any help would be appreciated.
Caitlin
View 1 Replies
View Related
Aug 2, 2012
Any way I can set a table up with an intrinsic limit, specifically that only ONE record at a time (this will vary) can possibly have value X selected from a lookup field containing assigned values X, Y and Z. Is this possible? If so, how do I do this?
View 2 Replies
View Related
Oct 21, 2013
I have one-page forms which print a second page, blank except for a block of grey shading at the top. I have tried moving the content of the form up but that doesn't eliminate the second page. If I look at print preview, every second page of the entire database shows up as blank, regardless of where that happens to appear in the record.
View 2 Replies
View Related
Oct 16, 2006
I have a query.
I've just installed the latest release of IE7 and it does not download all
the images on a page.
Does anyone know how to fix it?
thanks
View 2 Replies
View Related
Apr 5, 2008
Anyone able to help. Can a command button be coded to open either a Word or PDF file at a specific page number? Any help really appreciated.
View 1 Replies
View Related
Jun 8, 2006
I have a form that displays data based on a simple query. The query asks for a PO number (from the query) and then displays the data. I wish to open a web page after the PO number is put in. What is the vb code to do so and is it on the onLoad or onOpen portion of the form?
Also, the web address needs that PO number. So, the web address would be: http://www.mydomain.com?PO=PONumber where PONumber is what was entered into the text box that was prompted by the query. Any ideas on where to start on this one? Thanks!
View 4 Replies
View Related
Oct 26, 2004
Hello,
I would like to make a comand button in my form that will open a specific web page.
Can some one Help Me Please?
View 12 Replies
View Related
Oct 20, 2015
I want to create for each record I'm introducing in my database a link to open a specific page of a pdf file I stored in a folder.
View 7 Replies
View Related
May 27, 2005
i have created a form that has data in a field as a referance, i want to use that ref to open a page or PDF file to that referance ,
The idea is that the form is the data input for hard copy documents, i will scan the documents and store them on a hard drive i then want to open the documents as word, or PDF files from the form to the ref of the field in that form
can anyone help
View 1 Replies
View Related
Dec 26, 2013
My form opening with page down screen, how could I open it with page up screen?
View 7 Replies
View Related
Sep 18, 2014
Is there a way to have a datasheet open with the last record at the bottom of the page? I now have it opening to the last record, but it has the last record at the top and can't see the records before it without scrolling.
View 2 Replies
View Related
Jan 21, 2014
Can I open a tabed form to a specific page?
If I'm in the form I can move focus by using
Me.[Page 12].SetFocus
but when opening using that code produces and error Page not available?
View 3 Replies
View Related
May 15, 2013
I'm working on a pretty serious report (at least for me)...I have 3 sub-reports inside, and the point of this is to use VBA and loop through several conditions (in the underlying queries), and print out in a batch for the user. When I add a page number footer it adds about 3 seconds to the processing time for a 14 page report. That doesn't sound like a whole lot, but when I loop through and process this 12 times, that's a lot of added time for the user...(the last thing I want to hear is it's slow!)
So, would it be faster if I set the page numbers in VBA? What event would I use? On Load?!? Also, how would I find the page number variables in VBA?
View 1 Replies
View Related
Jun 16, 2013
i have created a login form that opens the home page when the correct credentials are entered. i would like to add an 'access level' so that when logging in the database checks the access level and opens the appropriate home page. (i.e. level one has selected options.. level three has admin)
i just need a code that checks what the users level is and then open home lvl#
(i.e. user level 1 - open 'home lvl1', user level 2 - open 'home lvl2 etc)...
View 5 Replies
View Related
May 23, 2013
I have made a basic form and use it a log on screen. This requires the user to in put a user name and a password before gaining access to the main database.
The background to the form is a table where the users details are entered including the i enter the user name and password.
Is there any way to add a counter that is only visible in the table, so I can report on the different users.
View 14 Replies
View Related
Oct 2, 2006
Hi everyone
Is there a way of setting a forms propertie's so that the form always stays 'on top' and visible, even if it isnt the focus. The only example i can think of to explain what i mean it the msn messanger window that you can choose to 'stay on top' even if you click on a window behind it?
Any suggestions much appreciated.
James
View 1 Replies
View Related
Nov 8, 2005
I have a Main Form that utilizes tabs to control several other forms by opening, closing and making them visible/invisible. One of the forms needs to be closed when its tab on the Main form is unselected. The problem is that once the form is closed, when it opens up again it opens right infront of my Main form's tab control so I need to move it down an inch to get to the tab control.
I've positioned this form where I want it and saved it numerous times. But once I select the tab, it opens up right ontop of the Main form's tab control again. I have the AutoResize set to No and the Auto Center also set to No.
Any ideas how I can get this form to stay put?
Any help is most appreciated. Thanks.
View 2 Replies
View Related