T
thread
Hi All,
i'm trying to convert a formula in a table to an SQL sentence,is it
posible?
i'm trying to convert a formula in a table to an SQL sentence,is it
posible?
Hi All,
i'm trying to convert a formula in a table to an SQL sentence,is it
posible?
Hi All,
i'm trying to convert a formula in a table to an SQL sentence,is it
posible?
Probably. Depends on the formula and what you want to do with it. Care to give
us a hand?
John W. Vinson [MVP]
its hard to define becaouse basicly,the formula will be build based on
some excel file
so basicly the question here is if i can use a record string as a
query
becaouse the formula with be stored as a record field and when i would
like to open application it will be converted to a query for the
application
You'll need VBA code to take the value from the text field and construct a
valid SQL string. Since you don't provide any guidance or constraints on what
might be in the field, all I can say is Good Luck. Access is not a version of
Excel, and what would be a valid Excel cell expression might or might not be
valid SQL - with the emphasis on might NOT.
John W. Vinson [MVP]- -
- -
let me give you an example,we have benefit item costs for several of
compencies
every company submitting its own benefit module
i need to upload to excel the module of the cost of every company
some based contribution of salary,some will be fixed amount,some will
be based location some will be on grade and etc.
for every company it will be one algorithem that will be implemented
on employe file.
that mean that the employee file will change but still the formulas
after the upoad will be reflected on the population
Sorry, that doesn't help me a bit.
I have NO idea whether the algorithm can be (or even should be) translated
into SQL code.
My suggestion would be, if the calculations can be done in Excel, is to do
them in Excel, using automation to link the spreadsheet to your database.
       John W. Vinson [MVP]
i have more then 70 spreadsheets and the user need to download the
access to their computer,i cannot put it as a link,is it posible to
centrelize the information to the access
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.