Search results

  1. theDBguy

    I'm sure there is a simple solution asset tracking MY NEW PROJECT.

    If you're new to relational database design, you might look into Normalization Theory and Principles. I wouldn't create separate tables for each part. Doing that might help solve your issue.
  2. theDBguy

    Continuous form scrolls to top. Can I prevent this?

    Sorry, missed it.
  3. theDBguy

    Hello, I'm new to access and this forum

    Hi. Welcome to AWF!
  4. theDBguy

    Solved Deleted

    Saw it. I was typing when you were posting...
  5. theDBguy

    Continuous form scrolls to top. Can I prevent this?

    If you just want to give it a try, you can try the following steps: From the Navigation Pane, select the table you want for your form From the Create tab on the Ribbon, select More Forms > Split Form
  6. theDBguy

    Continuous form scrolls to top. Can I prevent this?

    Just curious, have you tried using a split form?
  7. theDBguy

    Solved Deleted

    Just checking, don't you need to include the field list to append?
  8. theDBguy

    DLAST FOR DATE SERIAL

    Hi. Welcome to AWF! PS. I have moved your thread out of the introduction forum to avoid confusion. Please feel free to post an intro there if you are inclined to. Cheers!
  9. theDBguy

    Entering text into a table via a query

    Are you saying you want to mark "paid" multiple invoices at the same time?
  10. theDBguy

    SUBFORM CONTROLS

    Are you able to post a sample db with test data? Are we talking about the built-in navigation buttons or something you created? To see how many records are in the subform, you can check its RecordCount property. Sent from phone...
  11. theDBguy

    DimWit Intro

    Hi. Welcome to AWF!
  12. theDBguy

    The_Doc_Man has become upgraded to Super Moderator

    @The_Doc_Man Congratulations and well deserved!!!
  13. theDBguy

    Old time Access Fan

    Hi. Welcome to AWF!
  14. theDBguy

    Sending Emails With Windows 11 Office 365 (New Outlook)

    Are you using an @outlook.com address? If so, check out this page. https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040
  15. theDBguy

    Sending Emails With Windows 11 Office 365 (New Outlook)

    You should be able to get the server settings from your Exchange Server admin or your IT department.
  16. theDBguy

    Listing the forms in my database

    I think you can also do this with a query against the MSysObjects table, if you care to avoid using code. Sent from phone...
  17. theDBguy

    Solved Update recordset skipping the last record

    If that was in response to my suggestion of using stored procedures, those are two different things. In case you weren't aware, stored queries are created in Access, while stored procedures are created in SQL Server.
  18. theDBguy

    Solved Update recordset skipping the last record

    Not sure why you need a recordset for this, couldn't you just use a single action query? Or, maybe you could move the logic to a stored procedure instead?
  19. theDBguy

    Hello!

    Hi. Welcome to AWF!
Back
Top Bottom