| Thread | Last Post | Replies |
|
| bound column manual value if db value = 0 show yes else show no | 10 Aug 2006 12:26 GMT | 6 |
i have bool field in my db. i m using bound column to show this value. what i want is if the field value is 0 then bound textbox must show no else it must show yes. is that possible through bound columns
|
| Using a Filter on a Form to display forms with Check box not selected | 10 Aug 2006 11:08 GMT | 8 |
I have a check box on a form in order for me to say when something has been carried out or not. I have created a querie for this purpose but I would like to filter these records and show them on the form, is this possible?
|
| Creating multiple database entries from a date range | 10 Aug 2006 04:28 GMT | 19 |
I have created a form where I need to reserve visitor parking and on the form I have Requested Date and Depature date. All days in between should be reserved for parking but at this time it is only the requested date. I need help with the code that needs to be written to
|
| create a "general search" function similar to the issues database | 10 Aug 2006 03:35 GMT | 1 |
Hi. I have a database and I want to do be able to search the entire database table by searching on any word. Basically, type a word in the field, click "search" button and the results show at the bottom just like in the issues database.
|
| Issues with ListBox row source and SQL Server db | 10 Aug 2006 01:46 GMT | 1 |
I have a List box that has as its RowSource an SQL statement of the form: Select x,y,z from qry123. qry123 joins a table in the SQL database with another query that runs against the SQL database.
|
| Filter listbox using combo with row source type = value list | 10 Aug 2006 01:16 GMT | 2 |
Can i get some help on this. I really can see any way through for me right now. My problem is, I have a list box lstPlanting and a combo cboCrops box which has Row Source Type: Value List and its Row Source values are :
|
| Can I Programmatically assign event and event content? | 10 Aug 2006 00:21 GMT | 1 |
Can an event AND event content be assigned prorammatically to a control? See below example's ".OnClick" line... Dim c_imgStatus As Image With c_imgStatus
|
| How to Automatically Populate 30 fields | 10 Aug 2006 00:14 GMT | 1 |
Hey, I have a datasheet with numerous fields pertaining to an employee's timecard. Example's include date, time in, time out, etc. On my switchboard I have a button that when clicked deletes all the records out of this datasheet. My problem is that after the records are deleted I ...
|
| OnActivate event not firing | 10 Aug 2006 00:12 GMT | 1 |
I have a subform on a tab control that just won't fire the OnActivate event. I haven't found anything that says this is normal. I placed a line of code in the OnActivate event, upon which I have placed a breakpoint. I also included a debug.print line and error trapping just in
|
| Access Key problem | 09 Aug 2006 23:57 GMT | 3 |
On my form I have a tab control with 4 pages. Each has an Access Key assigned using the & in the captions for each. Alt-G, Alt-W, Alt-I, and Alt-D When I key in Alt-W the Access Menu opens at Windows, rather than going to
|
| Values from multiselect listbox being written to a table | 09 Aug 2006 23:00 GMT | 3 |
I have a multiselect list box within a form. The form (frmCaseData) is based on a table (tblCaseData), but the list box itself is pulling its information from another table (tblJustices). tblJustices is simply a list of all justices who have ever served on the Supreme Court. ...
|
| Enumerating fields on tabbed form | 09 Aug 2006 22:06 GMT | 2 |
Hi all. I am trying to run through fields on several subforms on a tabbed control. The object is to try and find and count the tagged fields. I am able to enumerate the controls on the main form and find out if a control is a subform however, this is where i get stuck trying ...
|
| Date expression on forms | 09 Aug 2006 22:05 GMT | 2 |
I would appreciate if you will help me sorted the error on this date expression "If Date >= #7/1/2006# and <= #6/30/2007#" then txtDate = 2007
|
| Duplicate Button | 09 Aug 2006 22:04 GMT | 5 |
OK, I thought I could do this myself, but apparently I can't! Could some kind soul please tell me what to add to the code for the Duplicate Command Button to make it "blank out" a field in the table before it duplicates the record? I want the field to stay filled in on the ...
|
| Pass variable from one form to another? | 09 Aug 2006 20:53 GMT | 3 |
I am trying to pass the value of a variable from one form to another. I defined it as Public myvariable as string
|