User Profile

Collapse

Profile Sidebar

Collapse
Mai Le
Mai Le
Last Activity: Jul 23 '09, 09:13 PM
Joined: Jun 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks alot !!!
    It's working.
    Exellent !!!
    See more | Go to post

    Leave a comment:


  • Thanks for your help. I tried but somehow it doesn't work. Here is attachment for review.

    Thanks...
    See more | Go to post

    Leave a comment:


  • This is Microft Access.
    See more | Go to post

    Leave a comment:


  • Mai Le
    started a topic How to show 6 digits of serial number in report?

    How to show 6 digits of serial number in report?

    Hello,
    I have a table in Microsoft Access with serial numbers field for production, this field contains 10 digits. I would like to show just 6 digits in report, example in table 0000123456 but in report just 123456 . Could you please show me how to do it. I would appriciate for your help.

    Thanks
    See more | Go to post
    Last edited by Mai Le; Jul 23 '09, 05:46 PM. Reason: more clear of application

  • Mai Le
    started a topic How to make *** on inputbox ?

    How to make *** on inputbox ?

    Hello Expert,
    I have a code below with inputbox. I would like to have format *** when I type in the box instead of word. So Please help. I did not know.

    Thanks alot

    Mai Le
    Code:
    Private Sub Command19_DblClick(Cancel As Integer)
    On Error GoTo Err_Command19_Click
        Dim Password As String
        Dim stDocName As String
        Dim stLinkCriteria As String
            Password = InputBox("Please
    ...
    See more | Go to post
    Last edited by NeoPa; Dec 23 '08, 11:07 PM. Reason: Please remember to use the [CODE] tags provided

  • Mai Le
    replied to Disable "Import Data" Option ?
    I don't think we have this option in Access database, but you can hide tables, forms... then nobody could import your data..
    - right click on table, select properties, select hidden then ok.
    is that help.

    Mai Le...
    See more | Go to post

    Leave a comment:


  • Mai Le
    replied to What user do after login
    Thanks for your support.
    I'm asking for a way to track what users do. Exactly. Sorry for confusing. Please help.
    Mai Le...
    See more | Go to post

    Leave a comment:


  • Mai Le
    started a topic What user do after login

    What user do after login

    Hello experts.
    I have a login form based on table with UserName and Password. I would like to know after users login what they do like add more data or edit what data...ect
    could you please help me what I have to do. I woul appriciate your help.

    Thanks in advance
    See more | Go to post

  • Hi Scott,
    Sorry for confusing, I'm still new in this forum. I tried to learn and understand in urgent. Please ignore this post and delete it if needed. Thanks for your help. You are greatly help. Your code is working in my program. Thank you very much!!
    That took me a week to think and figure out how it work. I took your code and applied to my program. It's wonderful.

    Mai Le...
    See more | Go to post

    Leave a comment:


  • Thanks for your support.
    The code is working but somehow put any password in then can open form. another is password stays in password.
    Please help again.
    Thanks
    Have a nice weekend....
    See more | Go to post

    Leave a comment:


  • Thanks for your support.
    The code is working but somehow put any password in then can open form. another is password stays in password.
    Please help again.
    Thanks
    Have a nice weekend....
    See more | Go to post

    Leave a comment:


  • Mai Le
    started a topic Need Help !!! Login Level to Open different form.

    Need Help !!! Login Level to Open different form.

    Hello Experts.
    Coul you please help me to fix my program.
    I created a login from with 2 levels. Admin an User.
    If Admin login will open A form
    and If User login will open B form

    I had table tblAdmins
    EmpID
    EmpName
    EmpPassword
    Access field for Admin and User Level

    Here is the code
    [CODE=vb]Private Sub cmdLogin_Click( )
    'Check to see if data is entered...
    See more | Go to post
    Last edited by Scott Price; Mar 29 '08, 04:12 PM. Reason: code tags

  • Hello,
    I had code below, and did not know how to make it work with Login code.
    Please help. Thanks

    Private Sub cmdLogin_Click( )
    'Check to see if data is entered into the UserName combo box

    If IsNull(Me.cboEm ployee) Or Me.cboEmployee = "" Then
    MsgBox "You must enter a User Name.", vbOKOnly, "Required Data"
    Me.cboEmployee. SetFocus
    Exit Sub...
    See more | Go to post

    Leave a comment:


  • Thank you very much for reply quickly.
    My program is working, I would like to enhance it. Let me explain exact what I want to do again.
    I would like to modify code above. If Admin login will open MRB form and If User login will open TEST form. That is my idea, I tried some way but did not work. Please give me some help for my project. Thanks again....
    See more | Go to post

    Leave a comment:


  • Mai Le
    started a topic Login Name and Password to Open Form level users.

    Login Name and Password to Open Form level users.

    Hello,
    I used Microsoft Access to create a login form with
    Name
    Password
    Access Level Admin and User

    I would like to let Admin login and open MRB form and User login then open other form like "test"
    Please show me how to do it
    Thanks in advance
    I had code below

    Private Sub cmdLogin_Click( )

    'Check to see if data is entered into the UserName combo...
    See more | Go to post

  • Mai Le
    replied to MSysCompactError Table
    I'm still trying to fix problem. I got big help from you. Thank you very much.
    My pc did not work with database yet. I will try any way to make it work....
    See more | Go to post

    Leave a comment:


  • Mai Le
    replied to MSysCompactError Table
    I did the way you showed me but didn't work. I think something wrong with my laptop. This database I used in any pc, it's working fine.
    Thanks for you time and help....
    See more | Go to post

    Leave a comment:


  • Mai Le
    replied to MSysCompactError Table
    My Accesss Ver 2000
    Opeating System XP on both PC
    I copied from USB drive to laptop, used every day, but one day just happened as I explained.

    Thanks for your help....
    See more | Go to post

    Leave a comment:


  • Mai Le
    started a topic MSysCompactError Table

    MSysCompactError Table

    Hello,
    I had a database access. It's working fine on my destop, but my laptop wasn't. I didn't know why I couldn't read any table in database. When I opened databese, it generated a table MSysCompactErro r by itself automatictly.
    I need some help to solve this problem.
    Thanks
    See more | Go to post
No activity results to display
Show More
Working...