Search results

  1. J

    Form embedded in report

    i have a report with and embedded form in the detail portion of the report, my problem with this the form load does some calculations and changes the control source for several txtboxes based upon the results. It seems that the form_load() does not fire when the report opens. Does ne one know a...
  2. J

    Table Properties

    Does anyone know a way to programatically pull table properties e.g field names and such. I want to create a querybuilder for dummies.
  3. J

    Table Properties

    Does anyone know a way to programatically pull table properties e.g field names and such. I want to create a querybuilder for dummies.
  4. J

    MakeTable From access97 to 2000

    I am trying to run a maketable query from a access97 database that will be scheduled to update an access 2000 database. Of course the formats are not compatable, is there any way to hack around this? Any help would be greatly appreciated.
  5. J

    Coding Graphs

    Can some one help me with this, I have searched the net trying to find some kind of tutorial or sample code but nothing is coming up. If anyone knows how to do this i would greatly appreciate it.
  6. J

    graph 9.0 object lib

    Hey now, Asside from the M$ tutorial, does any one know of tutorials for coding a graph? Anything would be great, code samples would be best. I cant find much for this. Thanks -jason
  7. J

    Disable Close Button

    Is there anyway to prevent a user from closing access while a form is open?
  8. J

    [Microsoft][ODBC Visual FoxPro Driver]Syntax error (#200)

    FoxPro_UnionQuery Problems I'm having trouble with a union query that calls 2 linked foxpro tables, I can run both queries seperatly but when i add the union to the second select statement, i get the error [Microsoft][ODBC Visual FoxPro Driver] Syntax error(#200)... any ideas ?
  9. J

    Can this be done

    I have a lstBox that is populated with a query, i need to get those listitems into search criteria another query how can this be done? thanks in advance
  10. J

    Controlling Make-table data types

    I have created a make-table query that pulls vendors from the current month, prev month, and three months past. I am using another query to pull from that the current top ten and do some calculations based on the past data. My problem is this when the make-table querie runs, it generates a field...
Back
Top Bottom