Search results

  1. B

    Form on form

    Yes Thanks
  2. B

    Form on form

    Thanks Pat
  3. B

    Form on form

    Thanks, I have done almost exactly this as advised by fellow advisers
  4. B

    Form on form

  5. B

    Form on form

    WOW! At a loss as to how to answer everybody but here goes. Ken, Pat helpful as usual. bbfromgb thanks, I have visited that article and will study it. Appears that my statement was not sufficient for some, so I am attaching an image. I am at a loss as to how I have subforms on a form that is...
  6. B

    Form on form

  7. B

    Form on form

    I have been asked to change present forms so that there is a"Background" form with no connection to any table and that only contains a few Command buttons. Then showing always, three smaller forms, each derived from it's own query and always placed on the background form in the same position...
  8. B

    Form writing to wrong table

    Thanks all will work on it
  9. B

    Form writing to wrong table

    This works to show current linked tables My problem is that it seem to be saving the records to a different tblVisits in another, previous saved, backend and i cant figure out where
  10. B

    Form writing to wrong table

    I have a form writing to a table that appears to be in an older version of the database. how can I find this table. The for opens, accepts data and closes without any error mesasage. The data file (split database) has been backed up numerous times but I cannot find the table (tblVisits)...
  11. B

    +

    I wish to find and track miss spelt products in the Products table. I guess ProductID, PartNumber, and Product (the description) are the items in discussion. I wish to find products that have been mis-entered EG spelling or spaces that should not be there. a sample would be 100B470JT500XT and...
  12. B

    Test if a compound. (two or more joined fields) exists

    The need to test is to deny duplicate entries. When an order is received it notes both the manufacturer's part number and description as well as the part number the customer gives the product. We need to record both. The manufacturer's part number is usually in the system. There is an entry form...
  13. B

    Test if a compound. (two or more joined fields) exists

    Thanks Doc man Like I said...Difficult and you just made it more so! The structure of the product table (tblProducts), is ProductID...PartNumber....Product etc etc (Product is a detailed description of the product) The structure of the table recording the Customers associated part number is...
  14. B

    Test if a compound. (two or more joined fields) exists

    I have have two tables...tblProducts and tblCustomerPartNumbers. I need to record the part number a customer gives to a product that the manufacturer has given a part number, ie the manufacturer builds a product and sets the Part Number as R5G100, but the customer lists it as 000-123-00. I...
  15. B

    Use the Now Function to get a date say one week in the future

    Thanks, you guys are unbelievable! Answers in less than an hour. I have used Me.txtNextContactDate = DateAdd("d", 7, Date) and works fine
  16. B

    Use the Now Function to get a date say one week in the future

    I have received great help for this post ( I have a form in which we enter a date, say for when we receive an order say 21/08/2024. I wish to have the entering of that date trigger a textbox entry for a date that is say, one week more. Thanks guys Now how would I do it using the Now Function...
  17. B

    Code a date one week from another date

    I have a form in which we enter a date, say for when we receive an order say 21/08/2024. I wish to have the entering of that date trigger a textbox entry for a date that is say, one week more.
  18. B

    Object Dependency pane not showing

    I have noted that when I click on the dependency icon the progress bar at the bottom of the screen says "searching for Dependency information"
  19. B

    Object Dependency pane not showing

    Database is split Not sure what a persistent connection is. I work, adapt, make changes etc, to the front end on my home machine. I log onto the server to update the server.Users then log on to their virtual machines. Database has grown quite large and as it has been created and adapted as the...
  20. B

    Object Dependency pane not showing

    I am opening it from the toolbar tab. I see the progress bar operating so obviously the "programme' is functioning but no pane appears to interact with
Back
Top Bottom