| Recent Answers from Geoff |
 |
2008-11-14 Lookup List Management: Hi Patrick, I have designed a similar DB for a cricket league in England, so I'll throw in my t'penny worth: The primary tables will be: tblDivision tblTeam tblEvent Additionally you...
|
2008-11-13 query: Zsolt hi, This is a "design" feature of Access ! No records = blank form. The only solution is to test for no records and control the display accordingly (like display a MsgBox saying no records, or...
|
2008-11-13 How can i fetch data relative to data filled in the current form: Hi Rohit In the [Name] text box Control Source property enter an expression based on the following - you will need to edit the table/field names to match... = DLookUp("[Name]","tblLookUpName"...
|
2008-11-12 Multiple Entries in an Access table field: Hi Aneeka, I would not advise this in a database application - of course if you want to manually type in delimited data in a text field that's fine. The correct solution is to have a separate 'child'...
|
2008-11-12 Obtaining next available Member ID: Hi Laurie Why don't you use the Autonumber data type for the MemberID - it was made for exactly this requirement ? To find this, open the table in design mode, select data type, select AutoNumber...
|
| More Answers for "Using MS Access" |