sinistapenguin
Technical User
Hi All
I'm fairly new to access, but I have built ASP pages to interface with an Access back end in the past.
The problem is I just upgraded my PC and now have XP Home so I can't locally host a website.
My problem should be fairly simple to you guys though:
I have a database that consists of 1 table! it has about 5 columns in it, but loads of rows.
All I want to do is to have a form or data access page into which you type what kind of record you want to find.
I then want the database to return records that match the specified criteria.
eg. I have a table cataloguing images that I can use. I want to find all pictures of 'Bathrooms', so I want to type 'Bathrooms' into a form and have the DB return a list of images of Bathrooms!
The only thing is I want it to return any image that has Bathroom in any of several columns. The word bathroom may appear in the Category column, or the 'Description' column.
I would imagine this is not beyond the realms of possibility. Ideally I would like it to be a data access page as I have some HTML programming experience and I can make it look prettier!!
Anyone got any tips for me?
Thanks
Ben
I'm fairly new to access, but I have built ASP pages to interface with an Access back end in the past.
The problem is I just upgraded my PC and now have XP Home so I can't locally host a website.
My problem should be fairly simple to you guys though:
I have a database that consists of 1 table! it has about 5 columns in it, but loads of rows.
All I want to do is to have a form or data access page into which you type what kind of record you want to find.
I then want the database to return records that match the specified criteria.
eg. I have a table cataloguing images that I can use. I want to find all pictures of 'Bathrooms', so I want to type 'Bathrooms' into a form and have the DB return a list of images of Bathrooms!
The only thing is I want it to return any image that has Bathroom in any of several columns. The word bathroom may appear in the Category column, or the 'Description' column.
I would imagine this is not beyond the realms of possibility. Ideally I would like it to be a data access page as I have some HTML programming experience and I can make it look prettier!!
Anyone got any tips for me?
Thanks
Ben