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?
Darrylle,
thanks for the reply...
that's exactly what i did after i posted the thread but i used a label instead and just changed the caption property
thanks again.
Derek
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
thanks for the replies guys but i figured out that i don't need to escape the semicolon in the string....
the problem was with my double quotes which i did not use an escape backslash...
thanks again...
to answer SQLSister's question... "now()" was only an example of the current date/time, and the "datestamp" field is the name of my field...that's all
thanks dbomrrsm for the help!!!!
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...
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.