I am creating the framework for the future. For now the reports are only displayed in Access, but in the near future, 1-2 years, the reports and graphs will be exported and kept in excel or in word format.
PHV thanks for your comment. If I cannot figure it out by the end of the week I will...
Do you guys know of a code that will import (paste) a picture from a clipboard.?
Many thanks in advance for your help.
And this is what I a trying to do:
I have a query output that I want to graph, and exporting it into excel and just capturing the chart with...
Hi,
How can I write an SQL statement to count commas in a cell
in Excel i can do this with
=IF(LEN(TRIM(A1))=0,0,LEN(TRIM(A1))-LEN(SUBSTITUTE(A1,",","")))
any ideas on how i can do this in Access,
I was trying to create a select query, without luck.
thanks in advance for the help
Hi, I have Access 2003, and XP SP2. I have a problem executing the query. When I try, I receive an error that says:Invalid use of Null. Any ideas?
BS_Diam: String(CInt([rva_BS_Data]![Diam]*25),ChrW(9644))
Any help would be appreciated.
Thanks!
Do you guys know of a code that will force close the application with or without saving?
I have about 15 users and the DB stays open for hours. If I want to do a fix I will have to wait until the users close the application. Any ideas?
Many thanks in advance for your help.
Golom thanks for the info.
i was trying to duplicate your post from FAQ701-1002047
and i am getting the same compile error at line
Mid$(";" & I1.Product & ";", S1.num + 1 , S2.num - S1.num - 1) AS [SubProduct]
any ideas ?
I’m new to this and will need a little more guidance from the experts,
What I am trying to do is create a Private Subroutine that will be activated via a button and the generated rows/columns will be appended to the existing table.
So this is what I was thinking.
1. A user imports a table.
2...
How do you parse the data from:
ID POS WB
6740 41 BC W12345|W12344|W11111|W22222,,
6741 43 W99999|W88898,,
to:
ID POS WB
6740 41 BC W12345
6740 41 BC W12344
6740 41 BC W11111
6740 41 BC W22222
6741 43 W99999
6741 43 W88898
Values in WB column may very from 1 to 30-40
and every...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.