Summary: I'm creating a wiki-style website with a mysql database. I'm not to this point yet, but I'm thinking ahead of when I'll need to start populating the...
Summary: i'm trying to figure out the code to add an import-from-excel option that will place data in its correct fields as seen in the following pic of the ac...
Summary: Hi all, I'm new to all of this, so be patient. I'll explain as much as I can. I bought a program that is a front-end to a SQL Express database. Ever...
Summary: I have two databases. Very simple databases, basic data entry, no links to tables or formulas or anything of the sort. Some employees were entering da...
Summary: I am new to SQL mangement and was wondering what the implications are when you remove the owner of a SQL database? Does this stop any access to the DB...
Summary: I have an access database shared over the network. Most of our clients use Access 2k3, however a few now have 2k7. Normally they would be able to open...
Summary: Hi, I have a user trying to print reports from a DB, but she receives a debugging error everytime. Essentially, the stand-alone (no SQL connection req...
Summary: Okay sorted it... Run the array through serialize() in PHP before storing it into the MySQL DB - then when you retrieve it you can unserialize() it an...
Summary: I have created an MS Access db, 2 of the fields relate to time...StartTime & EndTime. From this I have created a query to display the attendance time...
Summary: Hello all, I have 2 databases in ACT!6 and I am trying to regroup them into one since I cannot have them both open at the same time. I have around 40-...
Summary: You start with a table named myTable such as: D | X ---------- A b A c A d Modify table to: D | X | X1 | X2 ----------------- A b A c A d Write a quer...
Summary: Im trying to implement a function in Access 2003 to allow the application to find a given field from a give another field in the same record. e.g. I h...
Summary: I tried running a script from an ACL 8.0 which is connected to a Sybase DB. When i run the script from ACL, it executes. but when i refresh the script...
Summary: Hi, I want to use a populate a table using a INSERT ... [INTO] tbl_name [(col_name,...)] SELECT ... structure. The thing here is that I want t...
Summary: I am updating two fields in a sql server DB from a VB6 application. field2 updates fine but field1 is not updating at all. I tried the query in anal...
Summary: Hi, I am currently working with a third party vendor. I want to build a databse which can be updated by the vendor at his premises. Can I see the form...
Summary: Thanks for the generous advices. I'd still like to see how far I could get with this though. It'll be good learning experience for me as well. I ran i...
Summary: I have a db designed using MS Access that I would like to distribute to my friends. But I want to make sure that they cannot change VB coding. How do ...
Summary: I want to be able to display the data in a record of a particular field -in a drop down list - when in DS view. I have created a DB for a lingerie co...
Summary: OK i first want to apoligze for posting a message a couple of months ago about the same issue. It's just that i have no idea what i am doing but i wan...
Summary: I have a empty table A that I am trying to populate. Insert into A(primary_key, Name) Select sequence.NEXTVAL, name From Table B The problem is tha...
Summary: We have various SQL Jobs that run everyday to undertake various tasks. The job in question is this "full-text full population for full-text catalog CP...