Search results

  1. C

    Refresh form from report

    Told me it couldnt find the form Form_frmMain
  2. 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.
  3. 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...
  4. 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...
  5. 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.
  6. C

    Complex Crosstab

    Anyone have a try at this?
  7. C

    Complex Crosstab

    ok here are the what i have and what I would like files. Thanks for helping!
  8. 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...
  9. 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...
  10. 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
  11. C

    Back end databases?

    Uhm... couldnt you just set their permissions to the folder to read only?
  12. 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..
  13. 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..
  14. 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...
  15. C

    Application Query

    Need dev kit.
  16. C

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

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

    Database help?

    Why don't you do your own homework?
  18. 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.
  19. C

    Importing Picture directly into Access

    "you would use VBA to take the picture file spec from the current record and copy that to the image control's Picture property" I did ask for a reason =) hehe
  20. C

    Messed up back end table big time

    Lesson 1: Don't let your job rely on other people. Our IT does backups daily. I still backup my databases myself onto my system daily, and on a DVD-R monthly.
Back
Top Bottom