| Thread | Last Post | Replies |
|
| Forms / Subforms and Timing Event | 24 Jan 2005 20:42 GMT | 3 |
I have a form that has many subforms that an be displayed. If no data is entered on the subform in a specificed amount of time (timeout) I want to close the subform (from inside the sub form) and redisplay a default screen (login screen).
|
| Subform with comboboxes | 24 Jan 2005 20:20 GMT | 3 |
I have a continuous subform that has several comboboxes. The first combobox so far is unbound and gets its list from selections made on the main form. This part works fine. The second combobox is of workers filtered by the company selected in the first. This also works. Sort ...
|
| creating a microsoft document based on data | 24 Jan 2005 20:14 GMT | 2 |
I would really like to be directed or given some information for how to run microsoft word at the click of a button, perhaps with a template, and load it with data. Or to make it a blank document and manually "type" all the information of the letter inside.
|
| Some help please. | 24 Jan 2005 20:09 GMT | 6 |
I don't do a lot of Access programming so I was hoping to get some help from Access guru's on a couple of small issues. 1. How do I format Access report fields, ie: I have a zero coming over that needs to be a yes/no also a date/time but I only want the date.
|
| Print Word Document from Access without user intervention | 24 Jan 2005 19:59 GMT | 3 |
Based upon the criteria a user picks in a form I need to print a Word document without any user intervention. I would know the name of the file and the directory it is located in. I just need to setup some code to automate the printing of the document.
|
| Find record if not add record | 24 Jan 2005 19:07 GMT | 2 |
This may sound dumb and I should be able to do this, but I have been stuck for the past couple hours. Anyway I have a pop-up form which has a query for its record source. On this form I have 4 unbound fields which gets populated during the Onload event from the calling form. ...
|
| DSum Syntax question | 24 Jan 2005 18:17 GMT | 1 |
I am trying to have a text box called, Placesleft, do the following calculation: Return the total number of bookings from tblbookings.numberOfPeople where the holiday number = the
|
| Linked Combos in a subform | 24 Jan 2005 17:51 GMT | 1 |
I have a Form (Form17) with two linked combo boxes, cboDiv and cboCostCode. My rowsource code is: SELECT CostCodeOrder.DivNo, CostCodeOrder.CostCode & " -
|
| Form conditional | 24 Jan 2005 15:21 GMT | 7 |
Hi. I have a field that can be positive or negative- Members earn "bucks" by volunteering and then cash them in to defray cost of renewing. It's a little bit more complicated because there are 2 ways of earning bucks (2
|
| Create Relationship using VBA | 24 Jan 2005 14:40 GMT | 2 |
I am trying to create a new table(NtblPANotes) and define a one-to-many relationship to an existing table(NtblPA) in a backend db through code. The new table creation is no problem, but, I can't seem to get the relationship set. The related field is called PID in both tables. The ...
|
| Create special autonumber. | 24 Jan 2005 14:35 GMT | 1 |
I have kinda asked this question already, but let me try it another way. I create a query that returns one value (record) in one field: Select Max(field) as Max From Table
|
| IsDate resolve as True when should be False | 24 Jan 2005 12:51 GMT | 2 |
I need to store the date as a string of 8 numbers but still test if I have a valid date. I tested by formatting my string as a date (mm/dd/yyyy) and then applied IsDate function. However, if I invalidate the "date" by removing a character from the year, IsDate still resolves as ...
|
| Error 2176, Setting for this property is too long | 24 Jan 2005 11:16 GMT | 1 |
I have a List Box in which throught the use of the applications I made is populated. It works fine. However after a while this error comes up. Is it that a List box conly only hold a certain amount of data ? Is their a
|
| Strip out quotes | 24 Jan 2005 11:05 GMT | 1 |
Is it possible to strip the quotes from a string value and declare the return as an integer. ie. make the string "1" = 1 I have tried replace but can't figure out the syntax to deal with the quotes.
|
| Problem migrating from AccessXP to Access2003 | 24 Jan 2005 09:03 GMT | 1 |
In an application I developed on Access XP I have a parentform with a subform. In the parentform I use the standerd filter option from the menu to find a record. In the current event I make shure that the available records in the childform match the record in the parentform.
|