Search results

  1. C

    Solved How to get the number of columns (or cells) in current row

    Thaaaaaaaaaaaaaaaaaaaaaaanks
  2. C

    Solved How to get the number of columns (or cells) in current row

    Good day! I need a vba code to get the number of columns or cells in current (selected) row in MS word. NB: the number of cells are not the same in each table row. Thanks in advance
  3. C

    Solved Is it possible to use (like) in a query for a field in another table

    IT works more than great!! Thaaaaaaaaaaaaaaaaaaaaaaaaaank
  4. C

    Solved Is it possible to use (like) in a query for a field in another table

    I already attached a simple sample of the tables. thanks for your kind interest
  5. C

    Solved Is it possible to use (like) in a query for a field in another table

    Hi, it doesn't work Attached a simple DB for illustration.
  6. C

    Solved Is it possible to use (like) in a query for a field in another table

    Good day! Is it possible to make a query based on a table (employee_details) and under the criteria of the field (city) put the following criteria: like * reference_table * Reference_table always has one record only. Can the query fetch the data from another table? Thanks in advance
  7. C

    Solved Transferring data from one field to other fileds

    Thanks again. I'll adopt a better path.
  8. C

    Solved Transferring data from one field to other fileds

    I appreciate your advises and your time you have spared. Indeed, the information provided is indicative only. I have many users filling in two fields only. That filed became too lengthy. That's why I need to transpose them into other multiple fields. Thanks again
  9. C

    Solved Transferring data from one field to other fileds

    Dear arnelgp, I appreciate your excellent endeavors, Pls, Pls, Pls, What if I need to transpose the records of two fields on 8 fields as in the attached image Thanks for your excellent cooperation.
  10. C

    Solved Transferring data from one field to other fileds

    Thanks alot, arnelgp solution is wonderful
  11. C

    Solved Transferring data from one field to other fileds

    Here's a sample of desired output with thanks
  12. C

    Solved Transferring data from one field to other fileds

    Good day! I have a field "Description" and other four fields "field1", "field2", "field3" and "field4" The field "Description" has numerous data. Now, I want a code to go to first entry in "Description" and insert it into "field1" then goes to the send entry in "Description" and insert it into...
  13. C

    activeX component can't create object

    Dear Great arnelgp, It's working perfect. How about editing the database. How to edit the current record in the MDB file. Thaaaaaaaaaaaaaaaanks in advance
  14. C

    activeX component can't create object

    Thanks a mile my dear. I'll work on.
  15. C

    activeX component can't create object

    thanks for your fruitful reply; How about the index and search Previously I was using the code: rst.index = "index name" rst.seek "=", "anything" if not rst.nomatch then How such code will be. Sorry for any inconvenience
  16. C

    activeX component can't create object

    Kindly note that I'm using Word 2016 not 2013. I've already tried this solution, but still the same issue. Thanks
  17. C

    activeX component can't create object

    Good day! I'm writing the following code in Word 2013 VB to connect to MDB database dim db as database dim rst as recordset set db="db path" set rst= db.openrecordset("Table Name") In this stage I'm getting the error message :run-time error '4029' activex component can't create object" I...
  18. C

    Removing (File) tab from Ribbon & removing database title

    Thanks for your kind support
  19. C

    Removing (File) tab from Ribbon & removing database title

    Thanks. I'll try it and update your goodselves.
Back
Top Bottom