Thanks for such a speedy reply. Changing the column width away from 0
means that the combo box now follows the record (yay!) but also means
that I now display the column I want to keep hidden instead (SurveyID
is there to find the record; Surveyed is the name of the field I want
displayed). Do you know how it would be possible to still hide
SurveyID but display Surveyed in cmbPlot so that it matches the
record? I'm pretty certain there's a flaw (probably multiple flaws) in
my code and/or general form design somewhere but I can't work out what
it is! Thanks again for all your help, I really really appreciate it!
Hannah
On Jun 9, 4:35*pm, "Arvin Meyer" <arv...@invalid.org> wrote:
> Have you checked the ColumnCount and ColumnWidth properties? The symptoms
> you describe sound like either the column count is incorrrect, ot the width
> of the column that you are trying yo display is set to 0.
> --
> Arvin Meyer, MCP, MVPhttp://www.datastrat.comhttp://www.accessmvp.comhttp://www.mvps.org/access
> Co-author: "Access 2010 Solutions", published by Wiley
>
|