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
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
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...
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...
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...
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.
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.
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]
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...
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...
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)...
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...
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.