Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gtob5
  • Order by date
  1. gtob5

    getting syntax error when trying to use nvarchar(max)

    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?
  2. gtob5

    Setting Focus to a control on the main form

    Got it working by using Forms!frm_CaseEntry.cboAccountNo_GotFocus instead of Call cboAccountNo_GotFocus Thx
  3. gtob5

    Setting Focus to a control on the main form

    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().
  4. gtob5

    Setting Focus to a control on the main form

    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...

Part and Inventory Search

Back
Top