Recent content by JJJT

  1. J

    compact code in Access 2007

    Check to see if I'm doing something wrong http://sites.google.com/site/jjjt1973/Home/Basededatos1.rar?attredirects=0
  2. J

    compact code in Access 2007

    if you mean this Public Sub CompactData() '--------------------------------------------------------------------------------------- ' Procedure : CompactData ' DateTime : 8/1/2006 14:57 ' Author : Bob Larson ' Purpose : compacts the database...
  3. J

    compact code in Access 2007

    There is some code in Access 2007 Compact ..???
  4. J

    example access

    only access 2007
  5. J

    example access

    use 2007, if you want to upload the example in 2003 ..?
  6. J

    example access

    For example, I like this example of simulating a command button using a picture box, I wanted to know if the forum had examples appear to be learning http://sites.google.com/site/jjjt1973/Home/BotonesJJJT.rar?attredirects=0
  7. J

    example access

    forgive much if they do not understand what I write, the problem is that I do not speak their language and use the translator google
  8. J

    example access

    design and command buttons, not in order of what is ..???
  9. J

    Regarding Delete Button

    try this Dim question As String question = MsgBox("Are you sure you want to delete these records" & vbCrLf & _ " this agreement ", vbYesNo + vbCritical, "Notice") If question = 6 Then DoCmd.SetWarnings False DoCmd.RunCommand acCmdSelectRecord DoCmd.RunCommand acCmdDelete...
  10. J

    example access

    hi, I'm new here and am interested in seeing some of their examples to be tailored. if there is any site that I recommend are grateful
Back
Top Bottom