Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: abig99
  • Content: Threads
  • Order by date
  1. abig99

    Russian Text in Insert Into

    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...
  2. abig99

    FileUpload Size Limit

    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...
  3. abig99

    FileUpload/regularexpressionvalidator

    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...
  4. abig99

    1.045 - 1 = error

    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...
  5. abig99

    Dlookup's slowing forms

    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...
  6. abig99

    Using the OutPut To when creating an XL report.

    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...
  7. abig99

    Dates

    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...
  8. abig99

    requery in reports

    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...
  9. abig99

    Saving Recordsets

    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.
  10. abig99

    remote server error

    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...

Part and Inventory Search

Back
Top