| Thread | Last Post | Replies |
|
| Listbox Event | 16 Jul 2008 13:35 GMT | 3 |
When my user selects (or deselects) a row in a listbox, what event(s) fire?
 Signature Jim
|
| Unbound continuous subform | 16 Jul 2008 04:36 GMT | 4 |
Dear I have a sub form and the columns are unbound. When I open it independently it shows several rows but when I open it with a main form it only shows one row. I need four rows to show/entry four items/record for a single entry of
|
| properties of forms | 16 Jul 2008 01:31 GMT | 4 |
does have as changing the properties of forms type COLORS, BORDERS,through the vba?
|
| Combo Box Help | 15 Jul 2008 23:18 GMT | 1 |
I have a form that I'm trying to put a combo box on I did the following steps: Added the field to the table, made it a lookup field, I typed in the data, (Cash,Check,Money Order, Visa, MasterCard). Opened my form, created the combo box, went to properties, on “Row Source”
|
| String manipulation | 15 Jul 2008 22:31 GMT | 1 |
Hi everyone in group! I have a textbox in which people type customer clients. So, people are typing like: "JESUS OF NAZARETH". I would like them to type "Jesus of Nazareth" acording to the standard language rules, not
|
| Problem Using Stephen Lebans Colored Tabs Code | 15 Jul 2008 21:32 GMT | 3 |
I'm using the code Stephen Lebans provides on his website to create colored tabs on a tab control. Currently, when I open the form, the first Tab is colored according to the value in its Tag Property and nothing happens when I click on any other Tab.
|
| Sum time calculation in section footer of report | 15 Jul 2008 20:32 GMT | 1 |
I have a report based on the following stripped down query. SELECT Volunteers.VolunteerID, Volunteers.FirstName, Volunteers.SchoolName, Int(CSng(nz(Sum([timeout]-[timein]),0)*24)) & ":" & Format(Int(CSng(nz(Sum([timeout]-[timein]),0)*1440)) Mod 60,"00") AS
|
| Tab | 15 Jul 2008 19:26 GMT | 2 |
Im building a database which I think in theroy should be easy but of course Im stuck! :-0 The database is nothing more than a daily activity log. The way I'm designing it will be one form with a tab. The form or top half will have the
|
| Cascading Combo Problem | 15 Jul 2008 19:15 GMT | 3 |
I have tried everything I can find here in the discussion groups. Table – Customers Fields CustomerID CompanyName
|
| tab "on-click" event | 15 Jul 2008 18:50 GMT | 3 |
Is there any way to run code when the user selects a tab? So far I get no response from code on the "on click" event of the tab heading nor the "on activate" event of the subform on the tab. Thanks,
|
| Search Filter for Report | 15 Jul 2008 16:15 GMT | 9 |
I have used some code from this discussion group to filter a report. The form I have created has two fields, 1 unbound combo box (cboTeams) and 1 unbound text box (txtDate). I need users to be able to select the team from the dropdown, input a date
|
| Open query after close table | 15 Jul 2008 16:07 GMT | 1 |
If I open a table and then the user enters some data, how do I open a query after the user closes the table?
|
| Filter Report based on forms filter | 15 Jul 2008 15:30 GMT | 2 |
I made a filtering form based on Allen Brown's "search form" example. I want to use the string built for the form's filter to filter a report opened by a command button on the form. I have an "and" and an "or" filter buttons on the form. Right now my code will open the report ...
|
| Synchronizing current record with list box | 15 Jul 2008 14:25 GMT | 6 |
Greetings all, I have a three column list box (lstEmpNames) that contains a employee's last name, first name, and EmpID. I use this list box to find records on my main form. The bound column is (2) - EmpID.
|
| Problems with General Customer form | 15 Jul 2008 14:24 GMT | 5 |
I want to combine information from two forms in third. What I mean - I have customers who buy products and then returned some of them. The idea is when the transaction is completed, to have generated the third form in which to see the difference from the purchased and returned ...
|