Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    jzwp11 is offline VIP
    Windows 7 Access 2007
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    The username is based on the employee name in your employee table; the format is the same as before: firstname.lastname

    The password is the word password.

  2. #17
    taya621 is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Jan 2011
    Posts
    38
    Oh no! What did I do???

  3. #18
    taya621 is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Jan 2011
    Posts
    38
    actually i fixed that, I had deleted those fields in the form because i did not want them to be seen by the user. but then i got the problems attached in pictures

  4. #19
    jzwp11 is offline VIP
    Windows 7 Access 2007
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    The code relies on the values in those control(s) you deleted. If you don't want your users to see them, just change their visible property from yes to no. If in datasheet view, just right click on the column and select hide column

  5. #20
    taya621 is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Jan 2011
    Posts
    38
    Oh! Got it! That is why I'm afraid to touch stuff
    is there a way to hide the navigation pane and restrict access to it from anyone else but my login?

  6. #21
    jzwp11 is offline VIP
    Windows 7 Access 2007
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    There is, but I'm not sure where it is in Access 2007/2010. In Access 2003 it was in startup options. You had the ability to hide the database window (ie Navigation pane). I believe that it might be under file--options--current database, but don't quote me on that. This would hold for all users as they log in. As a system administrator, you can hold down the shift key during opening to by-pass the startup settings.

  7. #22
    taya621 is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Jan 2011
    Posts
    38
    Got it thanks!
    Do you know how I can get the assign employees for to show both the first and last name?

  8. #23
    jzwp11 is offline VIP
    Windows 7 Access 2007
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    In the query that supplies the data, you will need to concatenate the two fields. I've done the same in the combo boxes in my examples. Something like this

    t_Employees.txtLName & ", " & t_Employees.txtFName as EmployeeName

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 11-23-2010, 09:16 PM
  2. Pound sign in text field
    By eww in forum Programming
    Replies: 3
    Last Post: 09-29-2010, 10:30 AM
  3. Append query won't append
    By yelkenli in forum Queries
    Replies: 5
    Last Post: 02-12-2010, 11:19 AM
  4. Daily Sign In form
    By JHansford in forum Access
    Replies: 2
    Last Post: 12-09-2009, 08:41 AM
  5. The ampersand sign (&) and Access reports
    By tigers in forum Reports
    Replies: 2
    Last Post: 09-28-2009, 08:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums