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 Mike Lewis 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: *

  1. gbfell

    sql server replication issue

    anyone? please help
  2. gbfell

    sql server replication issue

    Having a hard time getting a client who uses VPN to sync successfully with a SQL server. Here are the details. FYI, my machine here works perfectly using the same username and password. When using the 'good' user/pw, the errors are as follows... Snapshot will be applied from the alternate...
  3. gbfell

    extending lines/boxes to bottom of section

    How can I do this? I have a field that can grow, and I have boxes/lines I placed in report that go to bottom of section, but when it grows they do not.
  4. gbfell

    running code/module/function from Crystal Reports in Access

    building fields in the select statement. it needs to be able to select from column a and b one time, and another time select from column c or d.
  5. gbfell

    running code/module/function from Crystal Reports in Access

    Is there a way for Crystal to call a function or run some VBA code in Access? I have a dynamic query that i need to make each and every time a report is ran, i could probably make a function to make the query in Access, but how to call it?
  6. gbfell

    help quick! subreport data wont show up in footer!

    Got it! thanks. the value had changed because it repeated itself in the details section. :)
  7. gbfell

    help quick! subreport data wont show up in footer!

    how can i check it? the field i'm passing to the subreport is a number, and its named 'sample_id_l'. its the same in the subreport?!?! and why would it work in the header or details then?
  8. gbfell

    help quick! subreport data wont show up in footer!

    I SWEAR i had this working, now its not. i have a subreport linked to a report using 'sample_id_l'. Nothing appears in the subreport! when i move it from the footer to the header, it works!?!? when i take the links out, it works in the footer! help!
  9. gbfell

    maximum records and maximum simultaneous connections?

    Hey guys and girls, just like the subject says. 1. what are the maximum records a given table can hold? 2. what are the maximum simultaneous hits a given SQL server can handle?
  10. gbfell

    how to select from a odbc database?

    any other ideas? i want to insert into an access db, from an ODBC DB2 db.
  11. gbfell

    how to select from a odbc database?

    i need to run the following code in vb insert INTO ACOMPARTMENT select DB2ADMIN.ACOMPARTMENT.* from DB2ADMIN.ACOMPARTMENT IN 'DEMO'; its obviously not working because the 'demo' is the name of the DB2 ODBC datasource, not the path per say. how can i do this?
  12. gbfell

    make table from one mdb to another

    fantastic i'll try it now.
  13. gbfell

    make table from one mdb to another

    I need a way of selecting all records from a table from one mdb into another. simple, right? how do i do it? do i need multiple connections?
  14. gbfell

    Create xls, and graph in VB

    I haven't had a chance yet, but i think it looks like it will work. i'll post more later. thanks guys (and girls :)
  15. gbfell

    Create xls, and graph in VB

    How can i create an xls file, then graph it in a VB form. how can i do this? i tried using a webbrowser, but don't seem to be able to graph it. i want to graph a numeric column vs a time column (i have both recorded in an access db). the amount of records will change each time i graph it.
  16. gbfell

    function to covert one foreign currency to another foreign currency?

    No, not mathmatically. i mean formatting with the currency symbol, decimal seperator, thousand seperator, etc...
  17. gbfell

    function to covert one foreign currency to another foreign currency?

    Does anyone know of a way to do this? we can convert an english currency to any foreign currency, but we need to be able to convert any foreign currency to any other foreign currency. example, icelandic to bulgarian.
  18. gbfell

    Date grouping by month.

    can you copy and paste your current code/sql? why cant you just modify it to group on month instead of week?
  19. gbfell

    formatting foreign currenct???

    ok now we are able to format the number properly, but when we try to insert it into an access db, it wont take it. it will only accept values that are the same as your current regional settings. how can we do this? we'd like to be able to insert the values into a currency or number field...
  20. gbfell

    formatting foreign currenct???

    Does anyone know a way to grab all of the different types of currency formats? Perhaps using an API call for example? If we could do that, we may be closer to our goal, because we could grab that and format it accordingly.

Part and Inventory Search

Back
Top