Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17

Thread: Maniumplating Data on retrieval

  1. #16
    Join Date
    Apr 2007
    Posts
    13
    Ok, here is a sample of the table and some of the data in there.
    Attached Images Attached Images

  2. #17
    Join Date
    May 2006
    Posts
    407
    That is very nice. I did say Database didn't I. or a sample of the DATABASE. Not pictures of the table and data.
    Right here my Probelm. I have a dynamic drop down menu, which i am getting from a recordset called Parts. Simple SQL code

    SELECT Description, PartID
    FROM Part
    ORDER BY Description

    What i want to do, is place an "=" sign infront of all the PartID's. Is this possible

    so instead of displaying 1,2,3 it displays =1,=2,=3
    This was your first post. It is referencing something that is somewhere, a form, a report, VBA code, or ?????? That is why I'm asking to see the DATABASE, not just part of it, not a picture of the table specs, not a picture of some of the data, but the DATABASE. That is where we will see what you have done, more than likely get a very good clue of what you are trying to do. Maybe you are very good at understanding what other people want when they say very little about it. I am not. I need ACTUAL details. Like the DATABASE.

Posting Permissions

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