Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Generate dynamic URL per record
Name: robj Date: April 15, 2003 at 22:55:42 Pacific OS: 98 CPU/Ram: 128
Comment:
Hi
I am testing a simple database at the moment. What I need is one field to be a URL that consists of a predetermined portion then a part that is generated from each records Auto number value. eg Default value = "http://mysite.com/[value_of auto_number_field] Is this possible? It seems so simple but I can't get it to work. I guess I need to know the syntax for a url that consists of specific text and also a look up from the same table. Thanks for any help
Summary: I want to create a database for my home computer company. I'm pretty proficient in Office, but I just can't think of a way to get this job done: I want each customer to have their own record. (ie Name...
Summary: This is an Access db to track leave slips. To enter new time we have a form with a combo box, choose a name in the combo box, then a subform shows that employee's info from our timeoff table, and lets...
Summary: I have 4 tables, from which i select data with help of joins in select query...I want a serial no.(row number) per record as they are fetched. first fetched record should be 1, next 2 and so on... In ...