Summary: I am working on a project in which I am supposed to make a map of the office that is clickable and will bring up information regarding the inventory i...
Summary: I need help making tables with either mySQL or winSQL. Create the -Pilot- table with the following fields, PilotID (integer sequence) and Primary Key...
Summary: I’ll be making a backup of a MySQL database, I’ll be using Webmin to create the backup, but after that I need to transfer the backup to another lo...
Summary: hmmm... sorry to be so repetitive Jenn, but I am just trying to decide what is best before I commit myself to a form of keeping my records in line. Ah...
Summary: I'm not even going to ask why you felt the need to create your own method of naming table columns, when SQL Server already provides a way of doing so ...
Summary: Hello, I have created a database in MS Access that has multiple forms in order to help my co-workers enter "invoices" for our customers and to keep up...
Summary: Hi, I'm getting two mysterious blank lines after the first line of each group. I am attaching and appending the code and the output. See http://aca...
Summary: Ravi .... I m going to launch a web site over the internet and i find the best to do it by makeing my computer a web server which can host ...
Summary: hi, I need help on making a SQL query to find the total processing time of a document by each user by each day. The database is SQL server 2000. The...
Summary: I copied following code from http://www.java2s.com/Code/Java/XML... ---------------------- // XmlTreeViewerSax.java ---------------------- /* * ===...
Summary: I was attempting to use a Microsoft Works Database with Vista, which I thought would provide the same scope as the Microsoft Works Database with XP th...
Summary: Can someone help me with either a macro or code? Both of which I have never done. I am trying to set something up where a row or rows will be copied i...
Summary: In the C:\Windows\Registration folder there are usually two .clb files (R0000000x and R000000y). Before the Win XP SP3 one of them was undeletable, I ...
Summary: I created a database from data I inherited from another person. The data has three tables ' Mother, Child, Follow up Child data. The data on follow up...
Summary: If the goal is to have all the data in one table, and your Customer Name is all one field (not recommended, but okay for now), make that the Primary K...
Summary: Is there a shortcut key in MS Access 2000 for adding a new record? I haven't found one, and when I want to add new record in form view, I have to clic...
Summary: PLEASE! help me! I am doing a lab and it is due tomorow and have not been going to class so i'm a bit lost! Anyways, In excel I have defined 8 diff...
Summary: Well I concurr with "mjdamato aka MichealJ". I've been doing Ad Hoc report for my company for many years. Using Excel frontends and Access data sto...
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: I tried to install 98 over 95 without backing the files of 95 and I used a 98 that was installed on my other computer. Now Iget an illagal act message...
Summary: Hi, I'm designin sort of asset manager software and i'm already stuck with some SQL-querys... :) Tables don't have all the fields yet, because it's ju...
Summary: Get this error whenever I try to print preview in Access 2007: There isn't enough free memory to update the display. Close unneeded programs and try a...
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...