Search results

  1. T

    list box form

    Hi all I have a list box on a form ...how can I click the name on the list box then click a a button then delete that name from a table??? Anyone can help me?? Thanks
  2. T

    Execute macros from another database

    Hi all, I would like to know if there is a way to execute macros from another database Let me give an example ...I have one database_A and one database_B. From database_A , I have a form ..when I click a button in the form of database_A , it will execute macros of database_B Thanks Mr laca
  3. T

    Open result from datasheet view

    hi Kaspi that solved my problem ...thank you alot for your help .... Laca
  4. T

    Open result from datasheet view

    Hi all ..I have a question ...How can I see the result from datasheet view from the code below ...In the query we can see the datasheet view result but for the VBA code ..I have no idea how to sort the result as datasheet view .. Dim db As Database Dim rs As Recordset Dim empnum As Long Dim...
  5. T

    Crosstab query in report

    Hi all ..I am new in here ..I need some help ..I got table A with the field Number ...In the field Number ... I have records ...like 1,2,3 Then I make a crosstab query on Table A with the field Number to check how many 1,2 and 3 ...So it worked fine ... Then I make a report on the query ...it...
Back
Top Bottom