Results 1 to 4 of 4

Thread: Data environments and Reports

  1. #1

    Thread Starter
    Addicted Member aldinator's Avatar
    Join Date
    May 2002
    Location
    Canada - better than all the rest!
    Posts
    216

    Data environments and Reports

    i have two problems / questions for the fine people of vbworld.com

    1) i can't use data environment: "ActiveX cannot create object"
    - help!!

    2) i am creating a report in vb (not access if possible) and it's only purpose is for printing and i need to know:
    i have two fields (fname and lname) and i want to join them for the textbox so its one field (but not change it in the database)

    thanks a lot for any help

  2. #2

    Thread Starter
    Addicted Member aldinator's Avatar
    Join Date
    May 2002
    Location
    Canada - better than all the rest!
    Posts
    216
    SQL could help -- i'm just throwing ideas to spark you minds (i'd try the SQL myself but i don't know SQL )

  3. #3
    New Member
    Join Date
    Sep 2003
    Posts
    7

    try this

    check your references for the first problem


    the second in the data envir when you get it working join the fields there...should solve your problem

    I work with sql if you need questions answered ...if i can

  4. #4
    Junior Member
    Join Date
    Sep 2003
    Location
    BH
    Posts
    22
    first pro.. i think some versions you have are old.. in os i think


    if using SQL to solve it it would be easy:
    also u can use Sql in dataevironment.. in datasource section

    Code:
    Select fname+lname as fillName from people
    I'ts not so much where you stand in life, but in what direction you are moving

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width