Summary: Hi, I'm new with creating Access 2003 db’s and have a question about inputting data. I have a list of equipment (32 pieces), equipment hour readings...
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 have a couple of databases used to track data. (Eventually, they will be combined, but things move slow sometimes). It's a straight form/table conn...
Summary: Hai All, I have a question.I am tring to load data from two tables to two different DataGrid. But I am getting the following error. Error: An unhandle...
Summary: http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_concepts.htm#sthref478 Example 6-1 Loading Data in Fixed Record Format load da...
Summary: Hi, Is it possible to download the contents of a table into a flatfile from Oracle DB, without headings and with delimiters lmiting the column values....
Summary: Where are the names stored? Do you want the user to enter the data into a field, or into a form based on a query? Life's more painless for the brain...
Summary: Hi there- I'm trying to develop a drop down button/radial where a list of vendors will appear (from a separate table?!) After selecting a specific ve...
Summary: Are you pulling this data into Access? If not, you may have better luck in the Office Forum. Life is more painless for those who are brainless....
Summary: Hi, I used bcp to extract two rows of data into a file from a Sybase database. One of the columns in each row containts blob data. I'm not trying to...
Summary: hi.. i am using spool command to write data into text file returned by select statement. like spool Filename.TXT select ... select ... spool off can i...
Summary: Hi, I am loading a file into multiple tables using SQL Loader: (a) Format of the File is as follows: H|820020080422|03/27/2008|90.00|90.00 D|99.609|AD...
Summary: What version of Access? If Simply Accounting will allow you to export client names to a file, such as csv, xls, or txt, you can then import the data ...
Summary: Hi, I’m using sql loader for loading a file into Oracle. I’m using the following statement to execute: sqlldr scott@oracle.mycomp.com/tiger contr...
Summary: I solved this problem when using Access 2003 by exporting data into Excel but having upgraded to Access 2007 where this is not possible, I’m trying ...
Summary: I have a website which has a form on it, I need to import the data into an Access db - is there any way this can be done easily? Thanks in advance ...
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: Select title as short_title, * from <input_file> into table <sorted_file> where left(title, 4) != "The " and left(title, 2) != "A " UNION select...
Summary: Hi Everyone First I want to say that I know absolutely nothing about databases except how to use an existing one. I've recently took a job at a new co...
Summary: INSERT INTO [table] ([column1], [column2],....) VALUES ('value1', 'value2',...) Note: those brackets don't denote optionally; it's how MS Access forma...
Summary: How to remove duplicates. An Account can appear only once in the last 7 days data.A table with some agents worked on more than one account within 7 da...
Summary: Sorry David, I do not understand. I wish to be able to enter data using the [ ] in the query critera: "Active" to show active records "Closed" to sh...