microsoft/access/training/courses - country look up

Forum home » Delegate support and help forum » Microsoft Access Training and help » microsoft/access/training/courses - Country Look Up

microsoft/access/training/courses - Country Look Up

resolvedResolved · Low Priority · Version Standard

Susan has attended:
Access Intermediate course

Country Look Up

Is it possible to recieve a full country look-up list to add to a database table?

RE: Country Look Up

Hi Susan

Thanks for your post

I searched the web and found a site with (they claim) a comprehensive list of countries.

I copied it into excel and tidied it up and will upload it for you to use

Regards

Stephen

Attached files...

CountryList.xlsx


 

Access tip:

Closing form after a certain time period

To make a form close automatically after a certain time period, you need to assign the close function to a macro.

Save the macro and ope up the form in design view. open the Properties sheet.

In the TimerInterval property enter the length of time you want the form open for. This should be in milliseconds, so for instance if you want the form open for 5 seconds enter 5000, for an minute enter 60000.

You now need to attach your macro (to execute the Close action) to the OnTimer event property of the form.



View all Access hints and tips


Server loaded in 0.07 secs.