Search results

  1. J

    Updating Project Id number for all tables

    I'm working on a database that is quite large. I foreign key that connect all the table is project_id. When I start a new project there a certain table that will not be used for quite some time. I would like them updated when I start the project with the same autonumber that is created for the...
  2. J

    Box that shows when a form was last updated

    I wondering if anyone knows of an automatic way that changes can be tracked on a form. Ex. The last time a record was updated in that specific form
  3. J

    Dlookup

    I'm not familiar with using dlookup and I'm having some problems. I have a form with a project number. the project number relates back to a table that has organizations and project number -the table name is Project I need the organization name to appear on the form. The where clause of the...
  4. J

    promting a command on closing a form

    I working on form that I would like to prompt the user if they would like to select close on a drop down box if another command is selected in another drop down box. So when a user exit the form it asked if they would like to close the record ( select close on the drop down box) Private Sub...
  5. J

    formula in a control source

    Thanks I should have known that my brains not working today ! One more thing - To save my value from the text box called HB# into a field, any advice ? Thank you so much.
  6. J

    formula in a control source

    I have a formula "HB" & [autonumber field] & "05" to create a number for my record ie HB105. I want this number to save into my autonumber field. where could I enter this formula so that when a user enters info in the record its saved in that field ?
  7. J

    query search by month

    I'm using a query to look up report criteria by type, response etc using a query to search value in a field ex [Reply]=[Forms]![Form1]![Cmbreply] Or [Forms]![Form1]![Cmbreply] Is Null I'm trying to work a month look up the problem is the date is set July 25,2005 and my field is searching for...
  8. J

    assigning a number to a record

    I'm already using autonumber in the same table. It's a pain ..
  9. J

    assigning a number to a record

    I working with alot of records and would like to assign file number in the patter 001,002, 003 ... any ideas Thanks
  10. J

    assigning a number to a record

    I working with alot of records and would like to assign file number in the patter 001,002, 003 ... any ideas Thanks
  11. J

    grouping by address

    I figured it out poor choice of summing on my part thanks for responding
  12. J

    grouping by address

    They are exact matched thats whats troubling me, Every field lines up the only variance is in the unit number which is a seperate field and not included. So one housing provide say John smith has 4 different units all 1 bedroom with the same features at one address 10 willow, willow appears in...
  13. J

    grouping by address

    Any Help would be greatly appreciated. I have a report that has a field for a housing provider and then the address of the building. A provider may have many unit at one address.In my report I want them to group together (roll up) if the have the same address. Instead the report lists every...
  14. J

    Query on combo-boxes

    I have a query based on two combo boxes in a form that links to a report, it works fine. What I want to be able to do is select criteria from one box and if the other is blank have it include everything (right now if one is blank the report will be be blank) and vice versa. Any suggestion on...
  15. J

    due dates skipping weekends

    Thanks for the help I really appreciate it Im not much of a DB designer sorta of forced into it for this project I seem to have on glitch two day and 5 days work fine but the third case of 10 includes the weekend in its calcualtion ex June 16 results in june 28 due when it should be june 30 b/c...
  16. J

    due dates skipping weekends

    I have a combo box that when selected autofills a due date box. I forgot that I needed to skip weekends and only count business day. For example if you choose standard it adds 2 days to the date but I need it to skip weekends. Any help would be greatly appreciated. Private Sub...
Back
Top Bottom