| Recent Answers |
 |
 |
2008-07-18 Using MS Access - Problem in Continuous Form: You seem to have a problem with reading my instructions. I didn't say to set the controlsource of the combo, but of the textbox!! I just tested this and it will display the valie of the referenced column...
|
2008-07-18 Using MS Access - access 2003 db: That doesn't really answer my question. My initial suggestion was a table like this: tblDaysWorked DaysWorkedID (Primary Key Autonumber) EmployeeID (Foreign Key) WorkDay (either Sunday, Monday etc...
|
2008-07-18 Using MS Access - Problem in continuous Form: Please reread my answer. You said you were using the After Update event to assign a value to the textbox. My last answers was to set the Controlsource of the textbox. That is a different method. Hope...
|
2008-07-18 Using MS Access - Descriptions in Access: I'm not quite following. If you export to Excel, Access should import whatever values are in the spreadsheet. So do you lose them upon import or export. And what do you mean by lose? What shows in the...
|
2008-07-18 Using MS Access - stLinkCriteria record pull up: Are you saying that you want to open a form filtering for a catalog items that isn't in the recordsource for that form? then use a Dcount: If DCount("*", "tablename", "[CatalogNumber] = " & Me.txtCatalogNumber)...
|