Using SQL Server 2005 Std Edition on two different systems
on one the following code works and on the other I get a syntax error near 'max'.
create table tbla (
id int not null,
abx nvarchar(max) null)
if I substitute 255 for max, it works.
all the settings seem to be identical.
any ideas?
I have changed cboAccountNo_GotFocus to public and inserted the call. I now get a compile error "Sub or Function not defined" for call cboAccountNo_GotFocus().
I have a list of account no's on a subform.
I am trying to use a doubleclick on the list to change the value in a combo box on the main form and start some code in the got focus event for the main combobox.
I get a '2110' error (cannot move focus to control) when I try to set focus on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.