Search results

  1. B

    Date format reverts back to previous format

    Thanks, looks off putting but Hey gets the result wanted
  2. B

    Date format reverts back to previous format

    User picks from the date picker. The format is set for each control, and set in the Tables, The weird thing I am getting now is that the date stored in the text box shows medium date but if edited to a different date via the picker, it reverts to short date momentarily, then changes to the...
  3. B

    Date format reverts back to previous format

    Your advise is sarcastic and not helpful. I do not claim to be a "Programmer" but a learner who finds the forum helpful
  4. B

    Date format reverts back to previous format

    Customer asks for the dates on the forms to be in Medium format instead of short format. I have changed to this in the tables used and on each of the forms controls The tables look as expected When I change the a date on the form it reverts back to the short format?????? What have i missed?
  5. B

    Form on form

    Yes Thanks
  6. B

    Form on form

    Thanks Pat
  7. B

    Form on form

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

    Form on form

  9. 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...
  10. B

    Form on form

  11. 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...
  12. B

    Form writing to wrong table

    Thanks all will work on it
  13. 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
  14. 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)...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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
  20. 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...
Back
Top Bottom