Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Chris wrote:
if the user doesn't complete a field or leaves a field blank then the code comes back with an error. Would help to know what the error was. I am guessing that you were trying to feed a zero length string into a table field that is set to not allow zero length strings. If that is the case and the fields have no default value specified then ' leave Null if no value specified if area_cbo.Text<"" Then rs!area = area_cbo.Text if officer_txt.Text<"" Then rs!Officer = officer_txt.Text 'etc Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with data not getting plotted | Charts and Charting in Excel | |||
Charting Data from Excel | Charts and Charting in Excel | |||
How do I display a data table in an Excel 2002 chart? | Charts and Charting in Excel | |||
multiple or changing colours in a data table on an excel chart fo. | Charts and Charting in Excel | |||
Excel 97 chart opened in Excel 2003 - Source Data problem | Charts and Charting in Excel |