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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zrobinso

    Limit local drive access

    Thanks for the reply. The machine is a member of the domain. But we will have the guest users only login to the local machine. I didn't think of denying access. Thanks again. Z
  2. zrobinso

    Limit local drive access

    I am new to NT and need to create a login script to only allow guest users to login in the local machine name. Also I need to limit the applications the user can run. Please send me a sample script if possible. Thanks Zelda
  3. zrobinso

    Setfocus from one subform to another

    We have a form to track services provided. The goal is to have the focus sent from one sub form to another if certain entries are choosen from a combo field. The code we are using is below. We are able to receive the info message, but the focus remains on the combo box. If this is not...
  4. zrobinso

    Keep form from sizing

    I would like to keep my forms from resizing. Once a form is opend and a command button opens a smaller form, my main forms are resizing once the receive focus again. I have seen other post. But they are not working for me. Have tried these settings: Auto Resize=No Border= Dialog or Thin Modal...
  5. zrobinso

    Limit number of 1to many records

    Thanks, I did the first option for now. It works good. I will research the other option. Thanks
  6. zrobinso

    Finding Empty fields

    I have a Look up table for City's. On my form I attached this Event to Not in List. City is a combo box. This event will tell user the city tey typed in is not in the list and give them the chance to add it using another entry form created. You can omit that part. Private Sub...
  7. zrobinso

    Limit number of 1to many records

    I have a form and subform. The subform is to a many relationship table. How can I limit the input on the subform to only 3 records. Subform is a continuous linked form.
  8. zrobinso

    Help for Accessibility Users

    Thanks for your suggestion Steve. I will start googling now. :) Z
  9. zrobinso

    Help for Accessibility Users

    Hello all, Can anyone direct me to a site that could help me with developing forms for low vision or physically challenged users? I need to ensure that my forms work with screen reading packages and are easy for quadriplegic users.
  10. zrobinso

    Pass fields to other forms

    Thanks Bob! ;) This works great.
  11. zrobinso

    Pass fields to other forms

    How can I pass two fields that I use on my login form to every filter other forms that are opened by a userID (multiuser environment). After login, a switchboard form is opened and the login form is closed. The two fields on my login form are: [txtUserID] [txtUserNumber]
  12. zrobinso

    Display field as check box

    I have an Entry form that writes the control names of unbound check boxes to one field [svcResult]in a table [tbl_serviceResponse]. Each record is linked by responseID (many)to Services Table (one). How can I reverse this to display the boxes as checked if the user needs to edit the record...
  13. zrobinso

    Check Boxes write to One field

    I have a form to track Services performed to an Employer. [EmployerID] & [ServiceDate] track services. On any [ServiceDate] you can have any number of the 21 Service boxes checked (Currently 21 separate fields). I would like to have two separate things happen. 1. Eliminate the need for 21...
  14. zrobinso

    Form Command button help.

    I have the following events on a form. The first one checks to see if one field is checked, the other field must not be null. It prompts correctly, but it allows the user to close the form. I need it to remain open and set focus on [OES] field. Private Sub Form_BeforeUpdate(Cancel As Integer)...
  15. zrobinso

    Update tbl based on join tbl data

    I have 3 tables, one to many join. TblEmployer,(Main Table) EmployerID EmployerName Address etc..... TblServices EmployerID ContactDate ServiceType ServiceCode TblStatus EmployerID Status(Active or Inactive) DateEstablished DateClosed ClosureReason If an Employer has not had any services...
  16. zrobinso

    I have a subform which I want to be

    Thanks joshkay. This does the job perfectly.
  17. zrobinso

    I have a subform which I want to be

    I have a subform which I want to become visible if a check box field is checked. I am using the following Event procedure on the check box. It works if you open the main form to add new records. How can I keep the subform not visible when not checked if you are scrolling through records from...
  18. zrobinso

    Selectable Form

    I have a continuous form, which is filtered by each user loginid. I need a way for the user to be able to select a radio button next to a record, then select command button thay will either open this record in either view only or edit mode. I will have two seperate buttons on this form. Any...
  19. zrobinso

    Popup subform

    This will just place the subform on my main form. I want the subform to open ontop of the mainform when a command button is pushed.
  20. zrobinso

    Popup subform

    I have a mainform with two subforms. Would like to create a command button that will popup subforms in a seperate form view. And not have to scroll. My forms are linked by [company#]. Please help.

Part and Inventory Search

Back
Top