Search results

  1. S

    Turn value from db into an image

    How would I go about to turn a value from an access db into an image on a webpage? Lets say the value extracted from the db is "no" and I would like to show this on the webpage as a red cross. Same thing goes for numbers, would be cool to show rating in forms of stars instead of just the plain...
  2. S

    Sort out unique user and join tables

    Hi there, hopefully someone knows the answer to this one: I have a blog with a personal page where users can edit their information. On this page I need to sort out the unique logged in user in a recordset and at the same time join information from another table. Have two tables, one for user...
  3. S

    A users database for small website

    Hi there, I have a site, kind of a local facebook just for friends. It has an access db attached to it containing users information and a light forum. The db was made a long time ago and urgently needs replacement. Been searching the net for db samples that would cover my need, but finding...
  4. S

    Question Count unique entries to table

    Hi all, I have a forum on my page, only registered users. I would like to count how many entries each user have made to the forum. For instance: John has 112 posts Eve has 97 posts For this forum I have 1 tbl_users and 1 tbl_posts. When logging in to the page each user...
  5. S

    Count records from table

    Hi there, I'm a newb to access and having a hard time setting up a relation between two tables. I have a blog where members can post their views. User information is stored in one table (Users) and all blog entry is stored in another table (Forum). How do I count and store "John Smiths"...
  6. S

    Limited posts in Access DB forum

    Hi there! I`ve been using Access DB for a forum for about two years now, but from time to time I have to download the db and delete about a 1000 posts (+/-). The reason for this is that the db want accept more posts unless I do so. My question is how do I "extend" the db to accept more...
Top Bottom