I need to export a table from Access to a Paradox DB file for use with an ancient program that unfortunately we're still running. The problem I have is that the table must be created precisely as stated in the programs manual, which means the fields must not only be named exactly but also the type and size.
I've managed to do this...almost, the only problem I have at the moment is that I can't get Access to export date fields that Paradox will see as a date field, Paradox reads them as a timestamp field. I've tried setting them as a short date, integer or formatted text but Paradox simply won't accept them as a date type.
The whole purpose of this exercise is so Paradox won't even need to be opened if I can export this table correctly, but at the moment the only way to sort it is to open Paradox and change the field types manually.
Does anybody have any clue how I can successfully export a date field from Access that Paradox will see correctly? Ironically there isn't even any data being stored in these date fields, but the program won't run unless they exist and are of type D!
I atrying to make a query that shows the price for a product, based on two parameters.
Parameter one is a product code. Parameter two is a date. This date falls between two dates.
I have one list (table) where is product code and invoice date.
The second list (table) I have, contains product code, and price valid from date, and price valid to date columns. This price valid to date is often not filled, and the price I still valid as we speak. If the date is filled there is often a new entry with an updated price. But sometimes, even if there is a new entry in the table, the date 'valid to date' is sometimes also not filled.
I would like Access to show me the valid price for the specific product. What criteria should I give in the macro, in order that Access shows what I want?
For illustration purposes, a small overview of my table:
Product, invoice date, price according to price list AAAA, 02.05.2012, ???? AAAA, 01.08.2012, ???? BBBB, 10.06.2013, ???? AAAA, 31.10.2013, ???? AAAA, 16.11.2013, ????
If you happen to know how this search can be performed in Excel, I am of course also happy to read that. (But my index, or Vlookup functions, give only the first possible result in the table. As I do not know how to give in the date parameter.)
I have created a text box for people to enter search criteria, e.g. customer surname. The results appear in a list box underneath. When I select the record it should open up the customer's details but in Access 2013 it produces an error "The value you entered isn't valid for this field". The first sub-routine pulls the search data into a Row Source:
Private Sub txtCustomerSearch_Change() On Error GoTo Err_txtCustomerSearch_Change Dim strSource As String strSource = "SELECT DistinctRow CustomerNo, [End Date], Surname, FirstName, Address1,
I have a Table in my Db that is a link to an Excel spreadsheet. Of around 200 records just one is giving me a problem, in one field.
The Excel SS itself is the result of links to about 8 other SSs
The problematic field is a part number and is formatted as text, in the linked table and the underlying SSs. But this one bl**dy field which should be '1707' is shown as "#Num!" Which suggests to me Access thinks it is an number.
Other linked cells like "12345" are fine ???
I have tried putting a letter infront and it then works correctly. Remove the letter, back to "#Num!" again!
Can anyone suggest a way of forcing the formatting to text please?
"The value you entered isn't valid for the field 'ID'.
For example, you may have entered text in a numeric field or a number that is greater than the FieldSize setting permits.
This error happens when i try to filter my results and select the topic I wanna search for. The field size is almost double what my longest field is. I am trying to do is from a table i used a lookup wizard to search that table for all the topics under that table.
So I'm new to Access, and I am trying use a query that can be referred to by a chart. So the idea is that I use the query to select data only from the date range that the user chooses on the home screen of the database for their chart (using the command Between [Forms]![Home Screen]![From] And [Forms]![Home Screen]![to])..Although it has been working fine for charts that only have two parameters, when I attempted to make a line graph that sorts by 3 parameters (i.e. date and amount for different types of something), it stops. I get the message that "The Microsoft Office Access database does not recognize [Forms]![Home Screen]![From] as a valid field name or expression" or something to that effect.I'd rather not remove the whole specification created by using the dates from the home screen, as it has been working fine on all other aspects of my charts and reports.
I have a small database for producing various financial reports, by date period (from/to). It works perfectly except when there are either no payment records or no receipt records for the chosen period. Naturally enough, MS Access comes up with the message "Database engine does not recognize 'payment' as a valid field name or expression" --- !!!
Is there some way I can tell MS Access that I don't mind if eg the payment column result is zero?
The structure of the table on which the report is based (via a crosstab query) is :
transaction date auto number ID transaction type (either payment or receipt, chosen by form's drop down box) - TEXT amount - CURRENCY receipt type - TEXT payment type - TEXT fundno - TEXT
The crosstab query design is as per the attached jpeg file
I am pretty new to Access, so please bear with me :rolleyes: We have a paradox v 3.1 database that I somehow converted into Access. At least the data was transfered and I can update it via a query.
What I am having a problem understanding is the difference between the main database file (in the object viewer appears as a db, with the the tables underneath. Am I correct to assume that all of the information is centralized into this db file?
I'm also having a problem changing the field lengths. I get a message "table "name" is a linked table with some properties that can't be modified."
I'm assuming this linkage came from paradox, because I didn't do a darn thing to it!! Any ideas on how to "unlink" would be greatly appreciated.
I have an access dbase trying to link a paradox table. I have Office 2003 and BDE 5.01 was installed on my machine. When I try to link to a paradox table its giving me an error "Unexpected Error from xternal database driver (11265)". On the other hand, I have Office XP on my laptop and BDE 5.01 installed, I tried to link to a paradox table and it works. :eek: :confused: What can I do to link to a paradox table using Office 2003? :confused:
I have been given a paradox .DB file that I can (seemingly) "import" to Access 2002 SP3 using File/Get External Data/Import. (Am not choosing "Link Tables"). It gets imported as Type Table: Linked Paradox. When I then open the table for a datasheet view, the following happens: (1) datasheet window appears with field headings and normal-appearing data in all records and fields (2) error msg appears "Reserved error (-5016), there is no message for this error" (3) When I close the msg box, all field data gets replaced by #Name? I can open the table in design view, but no properties can be edited.
hi i have an application that has to import data from paradox tables and create reports based on those tables. I am using Access 2003 and the paradox database is 4.0 . I know how to import a batch of files from code but my problem is that the paradox database has some tables that are split in different folders according to the month they were recorded (it's an accounting program ) so a table exists with the same name in each month folder and the problem is that they have id's starting from 0 each month so I cannot append them easily I do not know how many tables that type I will need so I have to keep track of them through a different table so I cannot create individual queries for them.
I am trying to export to a csv and have the date in the name. How do I go about doing so without having to actually type everything up or changing the file name after the export?
I have a table that is updated with a form. I am trying to find the right format for the field so that it forces the user to enter the date as mm/dd/yyyy. I can set that up fine but the problem I have is when I export the table to a txt,csv format, it includes the time stamp with all zeros. How do I turn that off? I just want the date.
I am trying to transfer some data from a table to a CSV file. No problem with all the code or setting this up. The only issue I have is that access insists on the date field I have exporting a time with it. I just want the date. I have tried specs, setting upa specific query but I bump into the same issue each time. I've tried setting the properties of the query to dd/mm/yy but even that includes the long time with the date.
I have recently set up a button that exports multiple queries to one Excel file, using TransferSpreadsheet code. This works great and saves a lot of time, the only thing is on many of the queries I have a date range set, so you have to enter a date range to get the results.
Is there away that once I press the button I enter the date range once and than it exports the rest of the data based on this range, rather than entering the same dates multiple times.
I have a form that shows the data.All the date format display this kind of format " 12/17/1974".But when I export it to excel format.The date is displayed as "17-Dec-74".However, when i double click on the cell ,it will show "12/17/1974"...I want the date to displayed in excel -> "17-Dec-1974" or "dd-mmm-yyyy" how can i change the date format when manually formatting the date in excel .
I'm new here and attempted to search on this topic, but didn't seem to find anything pertaining to my problem...
I'm attempting to export a table using TransferSpreadsheet to an Excel 8-9 file, but one of the fields in my records is over 255 characters long. Importing it into Access works fine, but after I export it to the Excel file, it truncates the field to 255 characters. Is there a way around this?
I know zero about Access and am posting this for another organization. When exporting to cvs, one of the fields is not exporting the entire text. It's a text-only field with about 300 characters. Is there a limit? Seems they had had this problem in the past, but fixed it. Can't find the solution again. Help and thanks!
I'd like to export only email addresses separated by ";" to a word document based on a result of a query. Query gets build dynamically in VB behind the form as there are many search criterias. so user can eneter one field or many in the form to build the query. Queries work and i can extract and display the email in a report or another form, but now i'd like to export it to a word document or outlook (but i would prefer word).
Can anyone please give me advice how i should approch this issue.
When exporting a report to Excel my Yes/No fields do not export. The Label nor the field itself exports. I am using the Table to create the report, not a query and sorting data within the report.
I'm relatively new to Access. I've created a database where we track product information and testing done on the products. I have the Product Code set up as a combo box with five other fields auto populating based on what is entered into the Product Code field. However, when I export the table or form to Excel, the Product Code changes to another number, which I think is an auto number but does not directly relate to the product entered (either one up or down from the product).
I export a query as csv to upload to another database on a web site. When that csv file has been exported I'd like the query to be emptied, so that the next time I export I don't export duplicates. What's the easiest way to do that?
I've been thinking of having a field in the table with a check box that is checked when the file is exported. The query then selects only those records where that box is not checked.
But how can I check those boxes on Export rather than when I run the query? The reason being that I may want to preview by running the query, without having that affecting the check box.
I use a memo field in a form. This memo field is used to store "steps" for doing something.
To keep things neat, I use ENTER between the steps so there is a blank line between each. This looks good in the form, however... I export this information (from the table) to a CSV/text file to use online. My online script requires that each record occupy only one line. But, the exported file has separated the "steps" into multiple lines just as it appears on the form.
I would like to use the HTML tag <BR> to separate the line feeds in the CSV file. I can enter these in the FORM instead of pressing ENTER, but then the form looks bad - harder to read.