is there a way to create an access table with columns with "zero length string" to yes?
here's how i'm creating the table:
CREATE TABLE Example (Contact TEXT(10), Phone TEXT(40))
I want to make the "Phone" column to allow zero length strings
is there a way to do this?
i have a label in a report that takes a static value
now i want to have a different value for that label on every page...
page1, page2, page3, page4, page5, ...etc
label.caption would then show:
5, 10, 15, 20, 25 ... etc
how do i check each page in vba?
I have a combobox named "cboNumber" that i want a user to select a value from...
and when they select a value, that value is inserted into a textbox named "txtNumber"...
so when they select multiple values (a, b, c) from the combobox...
i want to be able to concatenate each consecutive value...
here's my treeview:
ParentNode
- Childnode
i want to select the childnode by code when i first start the application....
there is no "select" method for the treeview...
can someone help?
i have a listview with 3 columns and 10 records in it...
i'm new to C# so....
how do i go about getting the Value of the first row and first column???
Thank,
Derek
i have a datestamp field ("datestamp") in my sql table
how would i write a query to return all records that are date stamped between now() and 5 days ago?
final result = "attributes.Field1", "attributes.Field2", etc
i create a query called "getNum" to get a list of numbers where then i have to append those numbers to the end of a fieldname called field...
so how can i evaluate this expression? where i have a variable inside another variable?
for...
first i need to check the system for an existing .dll or .ocx file... and if its not present on the system... the msi installer needs to open or call another ex: "setup_controls.exe" to install the necessary dlls first before installing the main application.
has anyone ever done this before...
hi,
i'm trying to add concatenated field values to my listview
however, the values need to be in three lines
for instance,
{Address}
{City, State, Zip}
{Phone}
i have the test string set to:
[field1 value] & vbcrlf & [field2 value] & vbcrlf & [field3 value]
and in the listView i get a return...
i have a key with a value of a sql statement....
so now i'm trying to figure out a way to use the less than sign
here's my code....
<add key="sqlString" value="SELECT * FROM hats WHERE serial < 8000"/>
i error out at the "less than" sign before the 8000
any ideas of how to get around this???
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.