|
More site info...
microsoft.public.access.externaldata | Forum profile
|
|
Forum profile page for microsoft.public.access.externaldata on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.access.externaldata, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.access.externaldata" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.access.externaldata:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
30
|
75
|
255
|
|
Post:
|
34
|
100
|
408
|
|
|
microsoft.public.access.externaldata Posting activity graph:
|
Top authors during last week:
user's latest post:
importing a text file witnh...
Published (2009-11-06 07:41:00)
I would import it into a text field. Next I would run an update query to replace all the periods "." with nothing "" using the Replace function. Then I'd run another update query, again using the Replace function, to replace the comma "," with a period ".". Then you could use the Val function to convert the text string to an actual number as needed. --...
user's latest post:
Importing data from Excel into...
Published (2009-11-05 12:11:00)
Can I import data from an Excel spreadsheet into an Access database and identify what information is updated and what information is not updated?
user's latest post:
Ken Snell export code in...
Published (2009-11-05 09:47:00)
I am trying to utilize two tables (customers) & (Invoices) to export filtered data to 3 separate sheets. I have seen the code in Ken snell's site yet i am not sure if this can be the soultion for me to use. Can anyone assit in directing me since it seems complicated .
user's latest post:
Importing one field with data in...
Published (2009-10-31 23:10:00)
On Oct 30, 7:12?pm, cgilmour2 <cgilmo...@discussions.microsoft.com> wrote: > Could someone tell me how to insert one column, or field, from one database > into another? ?It has to carry over the data in the field. > > Thank you :) If the field is already defined, then you can link to the external table, write an update query and then run it using DBEngine(0)(0).Execute "update...
user's latest post:
Import | and ¦ Delimted Text...
Published (2009-11-01 06:00:00)
I wish to import a delimited text file where the bar character (|) is used as the column delimiter and the broken pipe (?) is used as the record delimiter. The standard import does not allow you to specify the record delimiter. The file contains unquoted text that contains punctuation and return character codes so I can't even do a search and replace on the file prior to import. Any suggestions please?
PieterLinden via AccessMonster.com
1
user's latest post:
Import | and ¦ Delimted Text...
Published (2009-11-02 05:24:00)
Peter Schmidt wrote: >I wish to import a delimited text file where the bar character (|) is used as >the column delimiter and the broken pipe (?) is used as the record delimiter. >The standard import does not allow you to specify the record delimiter. > >The file contains unquoted text that contains punctuation and return >character codes so I can't even do a search and replace on the...
user's latest post:
Importing records in tables in...
Published (2009-11-02 00:41:00)
I have a question, I am importing data into a table, if I use a macro to create a table then 1,000 records = 1,00 records in table. If, though, I copy and Edit paste special, 1,000 records can = 900. Any thoughts? There are no filters or unique record identifiers, although the imported data cells can hold 1,500+ characters, record type is set to Memo in thse cases
user's latest post:
Convert format of date in...
Published (2009-11-01 01:58:00)
My question is how do you change the format date to another format date. for example: in my file all date like this:2009/09/14 but i want to convert to 2009-09-14 ofcourse i have done like following but noting happen: 1-Select Date in the Category list. 2- Select a date format in the Type list. Does anyone know how to do this? If anyone can offer any suggestions about how to convert date I'd love to hear them. Thanks, ashrafi...
user's latest post:
OBDC Database Directory Error in...
Published (2009-11-01 13:13:00)
Today, I attempted to open an OBDC data source to download new table configuration. Windows 7 is defaulting to a new directory called Libraries > Documents and when I select ODBC as the file type (bottom right of Open Files box), I get an error that says "Microsoft Office Access does not support opening HTML pages". However, if I then change the directory to Desktop > Allan_K > My Documents...
user's latest post:
Convert format of date in...
Published (2009-11-02 05:23:00)
Assuming that the field in which the dates are stored is a Date field, you do not need to do anything to the data itself. Just change the Format that is assigned to the field. yyyy-mm-dd -- Ken Snell http://www.accessmvp.com/KDSnell/ "ashrafi" <ashrafi@discussions.microsoft.com> wrote in message news:D736B8A8-FD20-49EC-8609-D3CF21767F90@microsoft.com... > > > My question is how...
|
|
|
|
Latest active threads on microsoft.public.access.externaldata::
Started 22 hours, 33 minutes ago (2009-11-10 17:39:00)
by Robin9876
I should have mentioned preferably without using a data conversion
functions with Access.
On 9 Nov, 15:47, Robin9876 <robin9...@hotmail.com> wrote:
> When linking from Access to a SQL Server table that has float fields,
> is it possible that Access can return all numbers with a decimal? E.g.
> 123 would return 123.0000000000...
Started 5 days, 8 hours ago (2009-11-06 07:41:00)
by Jerry Whittle
I would import it into a text field.
Next I would run an update query to replace all the periods "." with nothing
"" using the Replace function.
Then I'd run another update query, again using the Replace function, to
replace the comma "," with a period ".".
Then you could use the Val function to convert the text ...
Started 6 days, 5 hours ago (2009-11-05 10:18:00)
by Jerry Whittle
In Access 2007:
Go to the Database Tools tab.
Open up Linked Table Manager. (You might get a security warning - ignore it)
When the Linked Table Manager window opens, ckeck the Always Prompt For New
Location box towards the bottom. Click on the Select All button. Next click
on the OK button.
Then find the files...
Started 6 days, 8 hours ago (2009-11-05 07:34:00)
by Jerry Whittle
There are limits, but not that few of rows. You should be able to export
16,000 rows easily.
Describe exactly how you are doing the export to Excel. There are many
different ways and some work differently than others.
Also are you exporting memo fields? Do you get any error messages in Access.
Try this: Make a ...
|
|
Hot threads for last week on microsoft.public.access.externaldata::
Started 1 week, 1 day ago (2009-11-03 15:54:00)
by GBA
well you 'export' out of access to excel
and 'import' excel into access
the best literal export to excel is from a query (or a table). if you are
exporting from a report - then the way excel interprets it isn't always
clear. with Access2007 one can not export a report to excel...
not sure this helps but just ...
Started 6 days, 5 hours ago (2009-11-05 10:18:00)
by Jerry Whittle
In Access 2007:
Go to the Database Tools tab.
Open up Linked Table Manager. (You might get a security warning - ignore it)
When the Linked Table Manager window opens, ckeck the Always Prompt For New
Location box towards the bottom. Click on the Select All button. Next click
on the OK button.
Then find the files...
Started 1 week ago (2009-11-04 10:21:00)
by Roger Carlson
You have to give the specific number type, that is: integer, long integer,
single, double, byte, etc.
When you look at the design view of the table and it says Number, what is
the specific number type in the "Field Size" property below in the General
tab. That's the type you want to choose in the Spec.
--
--Roger ...
Started 6 days, 8 hours ago (2009-11-05 07:30:00)
by Jerry Whittle
Create a query and use the Format function to force the number of decimals
that you want to see. Then export the query.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
"Yossi evenzur" wrote:
> Hi i export a table with 8 decimal places to text files and ...
Started 6 days, 8 hours ago (2009-11-05 07:34:00)
by Jerry Whittle
There are limits, but not that few of rows. You should be able to export
16,000 rows easily.
Describe exactly how you are doing the export to Excel. There are many
different ways and some work differently than others.
Also are you exporting memo fields? Do you get any error messages in Access.
Try this: Make a ...
Started 5 days, 8 hours ago (2009-11-06 07:41:00)
by Jerry Whittle
I would import it into a text field.
Next I would run an update query to replace all the periods "." with nothing
"" using the Replace function.
Then I'd run another update query, again using the Replace function, to
replace the comma "," with a period ".".
Then you could use the Val function to convert the text ...
Started 22 hours, 33 minutes ago (2009-11-10 17:39:00)
by Robin9876
I should have mentioned preferably without using a data conversion
functions with Access.
On 9 Nov, 15:47, Robin9876 <robin9...@hotmail.com> wrote:
> When linking from Access to a SQL Server table that has float fields,
> is it possible that Access can return all numbers with a decimal? E.g.
> 123 would return 123.0000000000...
Started 1 week, 2 days ago (2009-11-02 15:00:00)
by Jeff Boyce
Alice
For those of us without experience using SAS, please define what you mean by
"simple dates".
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
...
|
|