| Thread | Last Post | Replies |
|
| Form field problems | 08 Sep 2006 17:31 GMT | 3 |
I have a table HYInReg which uses three forms, one for data entry, one for data edit and one for data delete. I am also using the audit log function by Alan Browne. By using this function I can create a log of inserts, edits and deletions. The entry and edit forms work okay ...
|
| "Find" Function in Form or Datasheet | 08 Sep 2006 17:27 GMT | 2 |
Help! I've got users who look up and print forms from a db I built some time ago. Users pull up records by a specific part number and print the form. This form contains all necessary information for setting their machine up
|
| Execute a query from a Form and output to Excel | 08 Sep 2006 15:29 GMT | 2 |
I was wondering if it is possible to run a query and output it to Excel? Kind Regards Ricky
|
| Unwanted Deletion | 08 Sep 2006 15:26 GMT | 2 |
I have a form for a timesheet application based on the following query: SELECT Timesheet.StaffID, Timesheet.PeriodStartDate, Staff.UserName, Staff.FName & " " & [LName] AS FirstLast FROM Timesheet INNER JOIN Staff ON Timesheet.StaffID = Staff.StaffID;
|
| Form Structure Question | 08 Sep 2006 14:46 GMT | 1 |
Here's what I've got: tblEmployeeInfo (contains all employee info, name, ID #, company phone, etc) tblTrainingRecords chrEmpID (FK to EMP ID in tblEmployeeInfo)
|
| Data not visible in Text Box | 08 Sep 2006 14:30 GMT | 1 |
I have a form that displays employee information that is linked to a table. The problem is that when I open the form, I have to press the sort button to get the first record to show. I have the underlying table sorted. It appears there is a blank row at the top of the table & ...
|
| Compact & Repair: Now my forms add and delete buttons are greyed out | 08 Sep 2006 14:24 GMT | 2 |
I have been running compact and repair for a long time, at least once a week. I recently created a set of new forms, reports, and queries. Very simple ones just did a save as and changed one set of criteria in each query. Now when I run compact and repair all of my forms have the ...
|
| Triple State not working for check box. | 08 Sep 2006 14:04 GMT | 4 |
Check box on tab, Triple State = Yes, break inside onclick event, click check box and it's value is ALWAYS = 0. Um... is there a bug here or is it me.
|
| Dynamic forms..? | 08 Sep 2006 13:54 GMT | 3 |
I've encountered a problem with an application I am developing in Access. I have a series of tables that appear in a listbox on the left hand side of my form. In the right hand side I have a subform showing the contents of each table in a datasheet when the user clicks on a
|
| Show Combo Box Vertically | 08 Sep 2006 13:35 GMT | 4 |
I was wondering if there's a way to show the fields of a combo box vertically as opposed to horizontally. I'd like people to select an address and it's more traditional to see the address above the city.
|
| Data entry base on Listboxes | 08 Sep 2006 11:38 GMT | 1 |
I have an entry form consist of two listboxes, one for districts and another one for communes. Both listboxes is set to allow multiple selection. Based on the selected communes, I want to add these record to a table, my table consist of 4 fields, \
|
| Capturing a form close | 08 Sep 2006 11:35 GMT | 7 |
I have a form that starts in a listbox that has an onexit procedure defined to ensure an item in the list is selected before continuing. If an item isn't selected, a msgbox appears and the exit is canceled. But, when the form is just opened and then closed (via clicking the 'X' ...
|
| Forms | 08 Sep 2006 10:36 GMT | 1 |
I have a Bus Timetable Database in which i have 526 records relating to each timepoint, day & time. I looks like this Timpeoint Timepoint Name Day Service No Time On Off 1 Melbourne Sunday 27 9:00
|
| Form and sub form last modified stamp | 08 Sep 2006 09:47 GMT | 1 |
I have a main form and a sub form that my staff use for order entry. The main form records the order header info and the sub form records the order lines. I have added a last modifed date and time stamp to the header form which works perfectly when i modify the header info but ...
|
| Subform Combo box values filtered by form ontrol | 08 Sep 2006 08:30 GMT | 7 |
I want to be able to display list values in a combo box within a subform that are filtered by a control field in the main form. No matter how I reference the control filed in the main form, I either get no data displayed in the combo box or all the items available in the combo ...
|