Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by whill1

  1. whill1

    Close or "Back" Button in IE or FireFox

    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...
  2. whill1

    Close or &quot;Back&quot; Button in IE or FireFox

    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...
  3. whill1

    Limit number of records stored in a table

    Thanks again!!!! It works perfectly!!! whill1
  4. whill1

    Limit number of records stored in a table

    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
  5. whill1

    Limit number of records stored in a table

    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...
  6. whill1

    Limit number of records stored in a table

    Thanks All!!! You guys are great!! whill1
  7. whill1

    Limit number of records stored in a table

    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
  8. whill1

    How to stop scroll action

    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...
  9. whill1

    How to stop scroll action

    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...
  10. whill1

    Report - Page Header omit from 1st page

    Hi RoyVidar, I just tried that and it worked like a charm. Thanks!!! whill1
  11. whill1

    Report - Page Header omit from 1st page

    Thanks!!! That seems easy enough. Best wishes, whill1
  12. whill1

    Report - Page Header omit from 1st page

    Hello, anyone know how to keep page header in a report from showing on the first page. Thanks, whill1
  13. whill1

    2 objects stacked on a form: Which one is in front

    Hey that was easy!!! Thank you!! thanks for the quick response too.
  14. whill1

    2 objects stacked on a form: Which one is in front

    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...
  15. whill1

    Database image willnot show on web page

    Thanks again I will work on this tomorrow and let you know how things are going.

Part and Inventory Search

Back
Top