Search results

  1. D

    Queried in Forms

    Hey guys; What I'm looking to do is setup up an invoicing-type system. I want to create a form wherein there will be several list/combo boxes to select various parameter (ie. product id, accessories, materials etc). As well on this form I want to put a "submit" button that will open up a report...
  2. D

    Date update upon modification

    holy jeez, thank you so much for the help selena, you're a peach
  3. D

    Query By Form

    I'm looking to do something similar to merwonder. What I want to do is to have a form with several list boxes. These list boxes will be a selection of several various parameters. After all boxes are filled up I'm going to include a button at the bottom that will open up a report showing the data...
  4. D

    Date update upon modification

    So I want it to update the DateModified field each time a value in the Hours field is modified through the form
  5. D

    Date update upon modification

    Ok, here is a simple example of what I'm trying to do
  6. D

    Date update upon modification

    Ok, I get what you're doing now. But what's with the button? Can it be done without that?
  7. D

    Date update upon modification

    Still not working, although I really can't follow your example.
  8. D

    Date update upon modification

    Thank you very much for the help Selena
  9. D

    Date update upon modification

    The name of the table is "ProductionHrs". It seems to me that this should be pretty easy. The date thing works properly when I create an entirely new record, but doesn't when I modify and existing one
  10. D

    Date update upon modification

    nope, still nothing showing up in my table. Maybe it has something to do with the way I set up my text box? What I did was in design view, I just put in an oridnary text box, then under properties I put the Control to DateModified, which is the field in the table I want to export the values...
  11. D

    Date update upon modification

    Still can't get it to work. What I did was I made an invisible text box on the form and used my Date field as the control source. Then under Before Update I put the following code me!DateModified = Date() or Me.DateModified = Date() However, neither of thse work to input an entry into my...
  12. D

    Date update upon modification

    Still can't get it to work. What I did was I made an invisible text box on the form and used my Date field as the control source. Then under Before Update I put the following code me!DateModified = Date() or Me.DateModified = Date() However, neither of thse work to input an entry into my...
  13. D

    Date update upon modification

    that's a very good suggestion, will try. Thanks
  14. D

    Date update upon modification

    I think I'm getting closer to the answer. I think I can figure out how to do it if I include the date field in my form for updating values, but I don't want this to be visible on the form. What i want is to only include updateable values on the form and have the date of modification updated...
  15. D

    Date update upon modification

    Hi all; I know this thread has probably already been done but I've tried searching and nothing I've found seems to be what I'm looking for. What I want to do is incorporate an automatic Date update to a table, every time an item is updated in that table. I've tried creating a new field...
  16. D

    Open form to a new record

    I figured a work-around for the blank record entry, thanks for the help Ken. However, this whole "switchboard" think has peaked my interest. Does changing it to an actual switchboard make it more efficient than just using a regular form to do the same thing?
  17. D

    Open form to a new record

    How do you create a switchboard Bat? All I thought it is was just a form with buttons that open up other forms. What's the difference between that and a "switchboard"?
  18. D

    Open form to a new record

    Any ideas? I know it can be done, I just don't knonw how
  19. D

    Open form to a new record

    No, this form is solely for adding new records, I have an alternate form for modifying records that's based on a parameter query. I'm going to use a switchboard similar to the Northwind sample so that the interface is painfully simple
  20. D

    Inputting data Text box to several tables

    Could you add something to the control source like an "&" or some such so that it does this? I'm really new to Access so I could be horribly wrong but it seems to me there should be an easy way to link them.
Back
Top Bottom