Search results

  1. W

    how do i break a column of text into 2 columns? or cant i?

    i have an access 97 database where i have people enter text and it gets printed out onto a report with 2 columns. sometimes people enter a long column of text, maybe 40 lines, and when it gets printed on a report if there is already some text from a previous person printed on the elft column the...
  2. W

    Question Rich Text in Access97, is it possible without add on activeX controls?

    im wanting to create a text box that will accept rich text like bold and underline that will be used to print on reports. is there a way to do this in access 97 from the standard isntallation without any extra activeX controls??
  3. W

    why are images in reports so low quality?

    i have a series of thumbnail bitmap images that are pretty damn good quality when viewed in paint or any other program but as soon as i put them into a report their quality is awful to the point i cannot hand this to a customer like it is. the image size is not changing, its just awful looking...
  4. W

    how do you generate multi column reports?

    i have hundreds of thumbnail images of people on the hard drive, they are named by their ID in a database. i want to be able to run a query and display in rows of about 6, pictures of the results of queries on a form. this result could be dozens of people at a time. how do i do this?? i cant...
  5. W

    how to display rows of images on a form

    yes im posting here cause i cant post in forms forum for some reason. i have hundreds of thumbnail images of people on the hard drive, they are named by their ID in a database. i want to be able to run a query and display in rows of about 6, pictures of the results of queries on a form. this...
  6. W

    why cant i post in half the forums, i get fatal errors??

    starting to piss me off, cant post in alot of forums, i get Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /home/access/public_html/forums/includes/functions_search.php on line 197
  7. W

    insert date in correct format, keeps swapping day month

    i have a table set as date/time format, format as dd/mm/yyyy, windows is also set to the same date format. i have a query that inserts todays date in this table field using # & Date & # type of format. when run it inserts the date as mm/dd/yyyy so say its 1st march 2010 it will insert the date...
  8. W

    how do i tabulate a list into 2 columns in a text file?

    I have a table full of data i need to extract and place into a text file. I can do this no worries, but what else is required is to place the extracted data into 2 columns in the text file, this is what i cant work out how to do. here is what i have below Sub CreateBulletinList() Dim db...
  9. W

    programatically import a text file into access 97? cant work it out.

    i need to be able to have an access 97 database import a text file with a click of a button. the text file is in a tab delimited format and i cant work out how to do this. sample of the text file below, i only need to get the part where the numbers are and nothing above it in the database. it...
  10. W

    Excel into access and vertical columns? how?

    i have an excel sheet that needs to be put in access 2000 and i cant work out how to do it. as in the attached image i need to be able to have grouped rows across the top in a vertical manner and a user definable number and also have the company name down the side, again a user definable number...
Back
Top Bottom