Search results

  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...
  16. D

    Update

    Wayne, I've written a code but it seen work to be can you check for me is this correct? code: __________________________________________________ Private Sub Form_Load() If Text51.Value >= "12:00 AM" Then MsgBox "Good Morning!!", vbOKOnly, "Welcome" ElseIf Text51.Value <= "12:00 PM"...
  17. D

    add data to another database using ADODB

    wayne, when i key in the user name same as the table and another password for it bt it add a new record to it but it did not overwrite the default 1 I know already what u do is edit the level instead of password so i need to do some changing in the code right? But what if i only 1 the...
  18. D

    add data to another database using ADODB

    So where do i insert the code in? Or do i need to add a command button to put the code in it?
  19. D

    Image

    Hello, Can access put a flash image in the form?
  20. D

    add data to another database using ADODB

    And also how example the 1st record is Admin that what command when u click on the delete button it'll not delete the admin record only other record can be deleted
Back
Top Bottom