Search results

  1. A

    Warning on Logout

    Hi all, I want to write a code that will track that if any form or report is opened or not when user click on the logout button on the Main form (Switchboard) and want to display the message box like this "Please close all the windows before longing out" please help me .
  2. A

    IF is not working on unbound form.

    Hi all, help needed! I am facing a problem that if is not working is not working on unbound form. code and sample file is attached. when transaction amt is equal to voucher amt then do nothing else msgbox but not working. Regards. Private Sub Tran_Amt_AfterUpdate() If Me.Tran_Amt =...
  3. A

    Backup issue (Export only few tables to a new file)

    Hi, I am going to make a backup function to export some tables from my access database to another ms access file, i have searched google before and found this code to export all the table except systems tables containing "Msys" code is: Public Function fExportAllDBObjects() On Error Resume Next...
  4. A

    syntax error in string in expression run-time error '3077':

    Dear all, I have a logout button on main menu form that logout the current user close the main form and open the login form and edit the logout time in table login history table, but when i click on the button, this message appeared " syntax error in string in expression run-time error '3077': "...
  5. A

    data entry form for many to many relationship

    Hi all, I want to know that what is the best way to make the data entry form for many to many relationship tables without the sub-forms. i want to use single form for entering data into the multiple linked forms. thanks and regards.
  6. A

    Four Digit Machine code (Apps Activation)

    Hi All, I want to know that how it can be possible if I give the copy of my demo database for 7 days to someone. After 7 days application will expire and an activation key required for the activation of application. What is the best way to get the unique activation code for the activation of...
  7. A

    Apps activation Serial Number

    Hi all, I have make an demo version application in Access 2007 and i want to make serial numbers combination of text and numbers for its activation while customer wants to purchase that application, is there any way to generate random unique numbers that not easily understandable/hack by...
  8. A

    Custom ribbon based on condition

    Dear all, I am new to this forum, my question is that how it can be possible that form custom ribbon changed based on the condition on the form. i.e Form Dashboard have a field name "User_Level" and value of this field may be 1,2,3,4,5 so on, and we have ribbon like Ribbon1, Ribbon2, Ribbon3...
Back
Top Bottom