I'm not sure you can.
However, if your concern is to be able to join the fields, you can still
join them. You'll have to go into the SQL of the query and use the CLng
function on the Double field.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Adam" <(E-Mail Removed)> wrote in message
news:76983df3-e415-4a94-b977-(E-Mail Removed)...
On Dec 28, 12:50 pm, Maarkr <Maa...@discussions.microsoft.com> wrote:
> You can try to correct the formula in Excel so the field is imported as a
> numeric or date value (instead of "", insert "1/1/1950" and filter it out
> in
> the query), or since the #NUM is probably a null value in Access, you may
> be
> able to filter it out in the query with a criteria like 'NOT IS NULL'
>
>
>
> "Adam" wrote:
> > Hi All
>
> > I have a table linked to an Excel spreadsheet, which has formulas in
> > it like If(a2="","",now() ).
>
> > When i go to the linked table in Access, it shows <>"#Num!" whenever I
> > have the formula and there is no data in A2, of course...
>
> > But I want to create an append query from this table, and only append
> > records that do not have #Num! recorded.
>
> > Is there a criteria I can input that says <>"#Num!" that will work for
> > this situation?
>
> > Hope someone can help,
>
> > Kind regards
> > Adam
> > .
The problem I've now come across is the table I've linked to the Excel
spreadsheet has two of the fields recorded as 'Double' formats...
however all of my other tables are working with Long Integers, which I
cannot change...
How can I get the linked table (excel spreadsheet) to have long
integers for 2 of its fields instead of doubles?