If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Questions about tables and SQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-21-03, 11:45
hex hex is offline
Registered User
 
Join Date: Dec 2002
Posts: 11
Questions about tables and SQL

I am using a commercial database program that was made using Access 97 and runs on Jet 3.5. I do not use Access to run this program. Each table is in a file like HISTORY.MDB or CUSTOMER.MDB.

The program updates the required tables when entering data in a form for data entry. There are about 20 tables.

There is a form to enter SQL for each table to do simple updates and simple select type reports. The program also comes with built in reports.

Question 1; I want to add a column to a table, when I enter the add column SQL I get a message saying the table is in use. How can I add a column?

Question 2; I want to update fields in one table from data in fields in another table. I tried several update SQL but each time I get a message saying I can't do that. How can I update fields?

I am learning databases and SQL because of this program, which I have to work with. I could use any help, like a tip, an example or a book suggestion.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On