Having problems with a seemingly simple formula in Crystal 8.5 (also tried on demo version of Crystal 11)
Using Basic Syntax:
dim qtya as number
dim qtyb as number
qtya = (176/91)
qtyb = 176
Formula = qtyb/(qtya)
Results on Report:
91.00
Should get 91.003 (field is formated to 4 decimal...
I just started receiving this error after 3 months of flawless operation
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.
[OLE/DB provider returned message: Could not find installable ISAM.]
Here is the code that is being processed...
I am trying to send the information from a query on SQL server table to update an existing Excel spreadsheet. (Not append to it. My initial INSERT works fine but I really want to have it update instead. DTS is not an option at this time. Attached is the code. Any help would be greatly...
I am looking to pull recipients for xp_sendmail from a table and insert them into a varible on the @recipients. Is this possible?
The table holding the addresses is fine and inserts the specified address into the variable. However get the error:
Server: Msg 18031, Level 16, State 1, Line 0...
I know I am missing something very simple in this but I am in need of help.
I have a form based on 2 tables. When the form opens it opens as acAdd. The main part of the form has a combo box where user selects an item. The subform is datasheet where the user is supposed to enter new data relevant...
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.