In my MDIForm I've got this code below and it works fine...
public sub updbar()
sbStatusBar.Panels.Item(1).Text = "location (" & g_sys_location & ") Year (" & g_sys_Year & ") Season (" & g_sys_Season & ")"
From any MDIchild forms, how can I reference the...
I have several columns of datatype(Bit).
When I view my recordset items through the watch window I can see that this fields are boolean (they should). When I display this data on a datagrid they show up as (-1) or (0).
when I equate a textbox with this field, it shows up as "True" Or...
I am trying to write a function or sub that I can call with parms.
function f_LookUp(ps_sql As String) As String
.................
.... more code...
.................
LookUp_rst.Open ps_sql, LookUp_cxn, adOpenStatic, adLockReadOnly, adCmdText
.................
.... more code...
How can I display one or serveral columns in a ComboBox, but only accept the value from one columns to be saved back to the database... for example
state_abr state_name
TX TEXAS
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.