The page is created with the document.write() statements. not sure how this works but here is the part of the code that creates it. code in red is the code for the button and it works in FireFox but not in IE.
document.write('<html><head><title>Powers Writer</title><center><h1>Calculated...
Hi,
I have a weppage that when a function is called, the function uses document.write(s) to write a table. The table opens to what appears to be a new page. I created a close button for this page with ...onClick'back()'>. this works beautifully in FireFox (closes the table window and returns to...
Hey guys that worked except when I close my MsgBox and the form closes, the old one pops back up.
Here is the code I used.
Private Sub Form_Error(DataErr As Integer, Response As Integer)
MsgBox ("This version is limited to 3 users")
DoCmd.Close
End Sub
Thanks,
whill1
Hi, Hey Roy-Vidar I tried that and it worked. The only problem is that when I try to add a record >5 I get a generic message that says "You cannot add or change a record because a related record is required in table 'Limiter'"
I have been trying to replace this with a MsgBox that says "this...
Hi, Is there a way to limit how many records can be stored in a table? I have a users table and I want to be able to limit the table so that only 5 users can be entered.
Thanks,
whill1
Thanks Jimmy,
I stayed up late last night and got it to work. What I did was create a form with a dropdown box set it's AfterUpdate event to open and filter the mainform1A to a specific record when it opened. I then set the AllowAdditions property to NO on mainform1A. The only other thing I had...
Hi, this may have an answer not even pertaining to the scroll feature.
I have a mainform1A (user Info) with a subform1A (Details)in it. The problem is that when the form is opened the main form has the focus but is rarely updated. The subform is where 99.9999% of all editing/entries are made.
If...
HI, I am trying to create a shadow effect on a form by placing one object on top (and slightly offset) of the other. how ever the two objects are not identicle. it seems that no matter how I drag them around and try to put one on top of the other, the one that was created later is always the...
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.