Recent content by dream

  1. D

    add data to another database using ADODB

    Wayne, No, I mean like a anitmation that can silde from right to left.... :-)
  2. D

    add data to another database using ADODB

    Wayne, Can i make a label silde in access?
  3. D

    add a GoToControl Action

    Are you doing a search record button? If yes then i think this will help code: _________________________________________________ Private Sub Command0_Click() On Error GoTo Err_Command0_Click Screen.PreviousControl.SetFocus DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70...
  4. D

    add data to another database using ADODB

    ok thanks....
  5. D

    add data to another database using ADODB

    ok but how do can i use the nav button to see all the registered user in the textboxes from another database?
  6. D

    add data to another database using ADODB

    Sorrie... don't wanna waste time posting new topic just recycle.. ok heres my problem. I got a table in another database and in it got 3 fields (username, password, level). i've make a form in it got 3 textboxes and 1 command button. What i want is the textboxes can show the records of those...
  7. D

    Create Recordset from a word table

    noccy, What you mean is you've created a table in the word document and you want access to look for data in this table?
  8. D

    Create Recordset from a word table

    I'm not quite sure what u wanna do but as u say u wanna do a recordset to likn to word so mayb this may help code: ___________________________________________________ Option Explicit Const sFileName = "C:\temp\db1.mdb" Private Sub Command1_Click() ' Declare our variables Dim oWord As...
  9. D

    Create Recordset from a word table

    u mean table create by the ms word?
  10. D

    making a timer on the image

    Wayne, Great! its work.. Thanks alot!!!
  11. D

    making a timer on the image

    Wayne, ok thanks i'll try
  12. D

    making a timer on the image

    Wayne, How but i've try using the time interval in the form but it wont show me the blink
  13. D

    making a timer on the image

    Hi, can the access do a timer that make a image disappear and appear again as the same as what VB can do.
  14. D

    Update

    Wayne, Ok then i've to change the code... Thanks alot!!
  15. D

    add data to another database using ADODB

    Wayne, nonono ya my table only go password and level but i wanna know is how to make sure that the table does not have the same password and level? where do i add the msgbox to let the user know that the pass or level in use... code: _________________________________________________ Private...
Back
Top Bottom