Results 1 to 13 of 13
  1. #1
    Walkinglucid is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    6

    Help Me Build My Real Estate Database (Please)

    So I'm creating a database for my real estate company and I need some help.



    1. I have three forms within a navigation form. The problem is that when ever I switch from my "add listing" form to any other form, it always asks me to save changes. It only does this for this specific form. How do I stop this?


    2. I'm trying to create a search query form to search by, lets say, Number of Beds, or Number of Baths, or Rent, - I guess im looking to make a filter search within a split form. How do I go about adding this filter with these filter options?

    3. I want to integrate Google Maps with in each rental listing - How do I add it in the form so that when I select an address, google maps automaticly adjusts to its location?

    Thanks!

  2. #2
    KathyL is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    94
    Quote Originally Posted by Walkinglucid View Post
    So I'm creating a database for my real estate company and I need some help.

    1. I have three forms within a navigation form. The problem is that when ever I switch from my "add listing" form to any other form, it always asks me to save changes. It only does this for this specific form. How do I stop this?

    Thanks!
    I don't know what you mean by "within a navigation form". Do you mean subforms? And how are you switching?

    Why not just load each of the 3 forms separately, but one after another, so all 3 are loaded?

    Kathy
    I.T. Consultant/Computer Science Instructor

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    I think you should spend some time on the Tables and fields you will need, and how they are related.
    There are some existing models here that may be of some help to you.
    http://www.databaseanswers.org/data_models/index.htm

  4. #4
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by KathyL View Post
    I don't know what you mean by "within a navigation form". Do you mean subforms? And how are you switching?

    Why not just load each of the 3 forms separately, but one after another, so all 3 are loaded?

    Kathy
    I.T. Consultant/Computer Science Instructor
    Kathy,

    In Access 2010 there is a new navigation form feature. It is used as a switchboard form. It allows you to create a very nice looking UI.


    Credit: screenshot made with Snagit 10

  5. #5
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by Walkinglucid View Post
    So I'm creating a database for my real estate company and I need some help.

    1. I have three forms within a navigation form. The problem is that when ever I switch from my "add listing" form to any other form, it always asks me to save changes. It only does this for this specific form. How do I stop this?


    2. I'm trying to create a search query form to search by, lets say, Number of Beds, or Number of Baths, or Rent, - I guess im looking to make a filter search within a split form. How do I go about adding this filter with these filter options?

    3. I want to integrate Google Maps with in each rental listing - How do I add it in the form so that when I select an address, google maps automaticly adjusts to its location?

    Thanks!

    Everything you are asking is possible. I do it now.

    I do not know what you are getting the prompt to save changes unless you are running a macro or VBA that is causing the prompt. are you trying to force the save of the record?

  6. #6
    Walkinglucid is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    6
    Thanks for all the input guys!

    I'll post an attachment to the DB I'm making - maybe you guys can help me work out the kinks.

    Right now, I cant get the navigation form it to size properly. I want it all to fit on one page and all the forms to be centered. But that's not a huge deal right now.

    On the add listings form, I added a box for pictures but I don't know how to go about adding pictures to each listing and get them to show up in the box. Plus, where would they be saved in the database? (I want what was in that database Kathy attached)


    I'm also trying to create a search form where you can search by landlord or by rent price or number of beds/baths ect. How do I go about this as well?

    Password for the database is Peekaboo.

    P.s. I fixed the save as pop up thing. And I think I'm going to nix the google map thing.

    Thanks!
    Last edited by Walkinglucid; 03-18-2011 at 10:31 AM. Reason: I needed to add more info

  7. #7
    Walkinglucid is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    6

  8. #8
    Walkinglucid is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    6
    Nevermind! I figured it out. Thanks guys!

    Now my only issue is this:

    How do I upload this database online so that all the real estate agents can use it and add to it?

  9. #9
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by Walkinglucid View Post
    Nevermind! I figured it out. Thanks guys!

    Now my only issue is this:

    How do I upload this database online so that all the real estate agents can use it and add to it?
    The standard Access database is a LAN based, Rich/Thick client, multiple user systems. A accdb/accde will not run in a web browser.

    Did you create a web database? If you did then you can publish it to a Sharepoint site.

    In Access 2010 the only built-in method for putting a Access 2010 application on the web is by creating an Access 2010 web database and publishing it to a Sharepoint Server site. You can publish your Access 2010 web database to the Sharepoint site for others to use via a web browser.

    Do you have a Sharepoint site on the the internet?


    I also have this article:Running an Access database over the internet
    Last edited by HiTechCoach; 03-23-2011 at 04:55 PM.

  10. #10
    Walkinglucid is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    6
    So there is no way to get my database online?

    There must be a way to put my database on my website.

  11. #11
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by Walkinglucid View Post
    So there is no way to get my database online?

    There must be a way to put my database on my website.
    If you want to just copy the database to a web site and use it through a web browser then the answer in NO.

    The standard Access database is a Rich/Thick client application that can't be run in a web browser (Thin Client). It never has and probably never will.

    As stated in a previous post, the closest thing is the new 2010 web database that requires a sharepoint server. You can't use any VBA code with web databases. It all must be done in macros.

    I am sorry to say that if your intent from the beginning was to make a web database that did not require a Sharepoint Server then Access was probably not the best choice.

    AFAIK, your only option are explained in my article here:

    Running an Access database over the internet

  12. #12
    Walkinglucid is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    6
    Shucks.

    So what software could I use to build a web accessible database? Is there any software with layout structures like in Access that will allow me to make forms and tables - and then convert it to a web db maybe via php or sql?

  13. #13
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by Walkinglucid View Post
    Shucks.

    So what software could I use to build a web accessible database? Is there any software with layout structures like in Access that will allow me to make forms and tables - and then convert it to a web db maybe via php or sql?
    There is really nothing as easy to use as Access for any database or web development.

    Did you look at any of the Offsite hosted services (#7) in my list of options?

    There are solutions that claim to convert your Access objects to VB/ASP/ASP.net. I have never used any. I do ASP/ASP.net development also. The way Access works compared to web based is so different. I fidn it best to rewrite the application as a web app taking advantage of what eh web can do. Access's strengths are in a Rich/Thick client that do not translate well to a the web.


    A realistic estimate on writing a web app to do the same as your Access app is calculated at 15-20 rime longer than it took to create Access version. That is for an experienced web developer.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Translating Windows name into Real Name
    By runthis457 in forum Forms
    Replies: 13
    Last Post: 02-14-2011, 06:20 PM
  2. real time clock
    By krai in forum Access
    Replies: 1
    Last Post: 05-13-2010, 05:11 AM
  3. newbie-real NOVICE
    By SHCC in forum Database Design
    Replies: 1
    Last Post: 02-09-2010, 03:42 AM
  4. Real time database question
    By joet5402 in forum Forms
    Replies: 7
    Last Post: 04-01-2009, 09:00 PM
  5. Update a combo box in real time
    By protean_being in forum Forms
    Replies: 0
    Last Post: 05-17-2008, 07:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums