Search results

  1. B

    Things that make you say Hmmmm

    uhm opps I hit post new thread instead of reply
  2. B

    Things that make you say Hmmmm

    If you are talking about Tools, Security, User and Group Permission. Object type database <current database>. It was not checked with anything. I have changed that and it still does not let me do anything else.
  3. B

    Security Definitions

    Unfortunately Unfortunately I have tried importing, exporting and linking the objects and I get: You don't have permission to import export, or link to 'Object'. To import, export, or link to this object, you must have Read Design and Read Data permissions for it.
  4. B

    Security Definitions

    PANIC!! Could not read definitions All Right this topic has been covered in two posts unsecuring a secured database and Error Message: Could not read Definitions , however neither of these post have helped me cure my problem. I open my db and log in. When I try to open any thing other than...
  5. B

    Vertical Fields in a Table

    I will look into that in the morning. Thanks for the reply!~!
  6. B

    Vertical Fields in a Table

    Can any one tell me if it is possible to make vertical fields in a Table??? If it is not possible how can I get a table of address to appear on a form vertically? Right now I have a form that has a list box for customer address and it appears like this: company, contact, address, city, state...
  7. B

    The sum of one field

    PAYING ATTENTION HELPS Thanks for the enlightenment. I had seen that on here and tried it and tried it, but if I would have paid more attention to what I was doing I would have realized that I was putting it in the page footer and not the report footer. It makes a difference. In the page...
  8. B

    The sum of one field

    I have a report that I want the total of the royality field to show up at the end of the report and I have searched and searched, but I cannot come up with the answer that I am looking for. Can some one please point me in the correct direction. Thanks, Michael
  9. B

    Query Expressions

    Like a charm pbaldy, That worked like a charm!! Thank you for replying to my post. I didn't really understand the IIF expression and know seeing how it works I get it. It also helped me to realize a few other things that I could do, ie, IIF([MFG]="abc",IIF([R/T/W/S/E]="R",[ROYALITY],45))...
  10. B

    Query Expressions

    To help keep this simple I have a query that has 3 fields. 1 = R/T/W/S/E 2 = TOTAL 3 = 5% DISCOUNT My 5% DISCOUNT field looks like this 5% DISCOUNT [TOTAL]*0.05 which means that everything gets the 5% Discount. How can I write an exprssion that will let me say that when the R/T/W/S/E field = R...
  11. B

    mutilple forms one database

    I spent the last hour reading post after post trying to find the info I was looking for with no luck, so I thought that I would post and see what I get. I have one database and multiple forms. I enter data on a form when we receive a unit in and it goes into the database. This form does not...
Back
Top Bottom