Share via

Follow up inquiry from previous inquiry regarding Access and real estate short term rentals

Bill Jones 0 Reputation points
2025-12-30T16:12:40.9966667+00:00

This inquiry is an attempt to obtain the final result and procedures used in a previous question which originally posted on Microsoft Support Community.. migrated therefrom to here. Cliff on this site suggested to Phil Stephenson that he suggest a new thread of TechNet forum-Sql server Data Access for expert help.

Three others and now four have the same question.Access is the app I want to use because there are only three villas with short term rentals, but moreover, the fact that it is not online is a bonus for security in my view. I have watched several utube presentations and with some modification by a trained IT person, it is my strong belief that it can produce rental agreements (reports) and compute the rent, produce a sub total. and then compute the tax, and a grand total.

Can you lead me to what the original questioner was presented by others and his final choice.

The expense of VRBO and AirBNB is signficant ( lessens the amount of rent obtainable in many cases) and data bases linked together not suspect to scammers(I hope) shines brightly.

Looking forward to responses.. I think that I know that Access does not use SQL logic

thanks

Microsoft 365 and Office | Access | For business | Other

1 answer

Sort by: Most helpful
  1. AI answer

    2025-12-30T16:12:51.1933333+00:00

    Microsoft Access can indeed be a suitable choice for managing short-term rental properties, especially if you prefer a local application for security reasons. You can create rental agreements, compute rent, calculate taxes, and generate reports using Access.

    Key Features to Implement:

    1. Database Structure: Set up tables to hold information about properties, tenants, rental agreements, and payment details.
    2. Forms: Create forms for data entry, allowing you to input rental details easily.
    3. Queries: Use SQL queries to retrieve and manipulate data, such as calculating totals and generating reports.
    4. Reports: Design reports to format rental agreements and summaries of transactions.
    5. Calculations: Implement calculations for subtotal, tax, and grand total within your forms or reports.

    SQL in Access:

    While Access does support SQL, it uses a specific dialect known as Access SQL, which is slightly different from standard SQL. You can use SQL statements to perform data manipulation and retrieval effectively.

    If you are looking for expert help or a community discussion, consider posting on forums like TechNet or Microsoft Support Community, where you can find others with similar inquiries and solutions.

    For further guidance on using Access SQL, you can refer to the Microsoft Access SQL reference documentation.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.