Search results

  1. C

    Refresh form from report

    Well, when they print the report. If it printed properly, it backs up some things so that only things that changed are printed, and then it clears the things that were selected (as they were selected on the internet by others). Its a very cool Database, I should post it sometime, maybe get your...
  2. C

    Refresh form from report

    ??? Anyone have any ideas on this?
  3. C

    Refresh form from report

    Told me it couldnt find the form Form_frmMain
  4. C

    Combo Box Multi Selections?

    I know, my idea was for just about anything you wanted to use. You could use text box and a button and my proposal would still function as needed. I think... Perhaps a before and after would help if I am still wrong.
  5. C

    Combo Box Multi Selections?

    hmm.. So, you cant use a list box to select multiple at the same time? That would be the easier way. Only thing I can think of, is when they click something, it stores that in a VB variable, and places that variable into the box. When they click something else, it adds to that variable, and...
  6. C

    Refresh form from report

    I have a report that, when closed, I would like to refresh the main form, or subforms in it (Whichever is easier) Main form: frmMain Sub form A: subWebLCSel Sub form B: subWebPartSel Report: rptLabels I tried: forms!frmMain!subWebLCSel.form.requery- told me it cant find the field...
  7. C

    Crosstab <>

    That stupid <>, I don't know what it is, anyone know what causes it? How to stop it? I tried searching, but because it has <> nothing comes up. Sorry if this is a repost. Thanks again for the help.
  8. C

    Complex Crosstab

    Anyone have a try at this?
  9. C

    Complex Crosstab

    ok here are the what i have and what I would like files. Thanks for helping!
  10. C

    Complex Crosstab

    Still stuck on this one.. If I have more than one branch, the empty days wont show up. If I only have one branch, then I the person has to run through each branch everytime they want to print the report. I could do SQL, but I still dont know how that would work. Also, because the GL's used...
  11. C

    Complex Crosstab

    ok, i guess no one likes the email thing. Here is the problem: Tables: tblBranch BrNum BrName 1 Name1 2 Name2 3 Name3 tblPaidOut GLNum GlAmount Date Branch 1 $1.00 1/1/2004 3 2 $5.00 1/5/2004 1 3 $6.00 1/8/2004 2 3 $7.00 1/9/2004 3 4...
  12. C

    Complex Crosstab

    I am having some troubles with a database. I can send it as it has no sensitive data, but it is too large for the boards. If anyone knows a lot about crosstabs and stuff, please give me a shout on MSN jj -underscore- gogo -at- hotmail -dotttttttt- com ^ anti spam =P
  13. C

    Back end databases?

    Uhm... couldnt you just set their permissions to the folder to read only?
  14. C

    Concept

    Well, what I think im going to do, is create an auto invoicer, so each month I can run it, and invoice them for that month, then after words, I can check off if they have paid it or not..
  15. C

    Concept

    Well, When I print a report, I want to see a a full year, 6ahead and 6back. (one would be current month). So I can track people who havent paid, I assume I would have to make a crosstab or something... hmm, I suppose I will have to play around..
  16. C

    Concept

    Hey, I am trying to put my head around the concept on something. Basically, I am making a Database to keep track of strata payments for an apartment building. (they are paid each month for each unit). I have my units table, for each apartment in the building, but I am unsure of how to do this...
  17. C

    Application Query

    Need dev kit.
  18. C

    how do you insert a set of new records based on a condition?

    I didnt quite understand what you wanted..
  19. C

    Database help?

    Why don't you do your own homework?
  20. C

    Hiding Access Title Bar

    If you search for it you will find it. It can cause errors if you did not do good error checking in your database.
Back
Top Bottom