Hi All,
I have created an INSERT INTO that adds russian text to one of my SQL databases, however, the russian text appears in the database as ??? where the actual characters should be.
I initially thought it was because my collation was incorrect as it was set to default for the database so I...
While im here may as well ask my other question.
Using the FileUpload Function, If i exceed the size specified in the config file i get an nds error, now ive read alot of posts that recommend putting an error sub into the asax file, however any redirect(response.redirect server.redirect) ive...
Hi all, mostly i do VBA programming so this is somewhat new to me, ive set up a page with a fileupload control on it, however, my regularexpressionvalidator doesnt work correctly, after uploading the first zip file, the regularexpression error message doesnt clear itself, by using a...
Im getting some problems while trying to create my own mod function as the built in one doesnt allow for decimals and rounds the figure.
Function KPMod(vNewMainVal, vNo)
Do Until vNewMainVal < vNo
vNewMainVal = (vNewMainVal - vNo)
Loop
KPMod = vNewMainVal
End Function
I had something put...
Here is my problem, i have 1 form which displays main order data, within this i have a subform displaying The items in the order (more than one item so this form is a continuous form), inside the continuous subform i have dlookups that format a currency of either £,€,$ into its own field.
When...
Hi, looking for some help in creating a report (which needs to be in a specific format). I need to create an excel file containing fields and values from a report i have created in microssoft access 2000.
The fields are something like this:
field1, field2...
Will be looking through some more sites but no luck yet.
I have many users all linked to a server which contains the backend of our database, because users have a habit of playing with the local PC Dates and times, i need a way of referencing the server date instead of the local PC date.
Any...
I have a report that contains a sub report, the main report calculates values, this is then tested against the values in the sub report, if they dont match they are changed in the table behind the sub report. I then need to be able to requery the report, so the correct values are displayed...
Saving a recordset when it is on a continuous form and is a sub form, isnt that hard if you have one record, but how do you save multiple records.
So in other words can anybody tell me how to move to the next record on a continuous forn through vba code.
Help would be much appreciated.
whilst trying to open a word document through access 2000 and print it, after printing once the code stops working, giving a message about the server not being connected, on debug, the file string I am openning is selected. Believing the file to remain open after the application.quit i have...
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.