| Thread | Last Post | Replies |
|
| subform calculation | 07 Mar 2006 06:32 GMT | 1 |
I have a subform (continuous) that receives the info thru a query. In the query is an added field for providing the amt of time in a given time period. This works fine and provides the info in a short time format. What I am wanting to do is to have the subform display the ...
|
| checkboxes not updating and how do I move to next record? | 07 Mar 2006 03:40 GMT | 3 |
I have a form where I compare two records from two different tables. If the records match, I need the onEPLSDb checkbox checked off and the RecordScrubbed checkbox checked off. If they don't match, I only need the RecordScrubbed checkbox checked off.
|
| OpenForm with stCriteria | 07 Mar 2006 03:20 GMT | 4 |
I am trying to open a form using a numeric variable as the stCriterea. My Code is: Dim stDocName As String Dim stLinkCriteria As String
|
| read only database? | 07 Mar 2006 03:19 GMT | 1 |
Can someone help me figure out why on one workstation i have Access2003 front end reading a backend db on our server without any problem ( user has 'limited' Privileges on XP) and on another workstation with the exact same OS and Access version the user (with 'limited' privileges)
|
| Filtering | 07 Mar 2006 03:13 GMT | 7 |
Hello... I'm trying to apply a filter on a form (main) from two sources (tables). The first set of combo boxes pull from a main table and populate the remaining text boxes on the main form. This works with no problem. I have
|
| on change event | 07 Mar 2006 00:30 GMT | 4 |
I created a refresh button that requery one of the fields on subform in the main form. It works perfectly when I click this button. I'd like to use this code every time I go to a different record on the main form. I pasted it into "on change" event of my ClientID on main form, ...
|
| Problem with query row source on form | 07 Mar 2006 00:26 GMT | 4 |
Hi, I did post this question but think I may have asked it wrong or posted it to the wrong place..... I have this query as the row source for Enforcement Subtype field. SELECT Enforcement_Subtypes.Enf_Subtype_ID,
|
| Deleting a record, I think | 06 Mar 2006 23:21 GMT | 3 |
Good morning, I am using Windows XP Pro and access XP Pro (2003). When I use an input form that I've created I sometimes get halfway through the form and say "oh hell, I'm tired!" At this point I reach for the small
|
| Using recordsets | 06 Mar 2006 23:02 GMT | 2 |
This is basics stuff - but trying to understand. If I run this, I get expression type mismatch at the set rst statement. I can't even get to the with statement. I eventually need to get to a place where the user chooses an entity with comob0, then this code will determine if ...
|
| Conditional opening of a form ... | 06 Mar 2006 23:01 GMT | 2 |
Is there a way to open a form based on which group of users is logged on? For instance, I have created Role - 'DataEntryUsers' and 'Admin'. If 'DataEntryUsers' log on, then either I should turn subform to read only or create another form to be called.
|
| Syntax Help | 06 Mar 2006 23:00 GMT | 2 |
To facilitate navigating the database, I hide and unhide certain main forms and I needed a way to "remember" which form I came from so I can unhide it when I am done with my little side trip. To remember how I got there, I have set up public variables (strings) called TargetForm ...
|
| 2nd form opens behind switchboard | 06 Mar 2006 21:50 GMT | 1 |
I have a switchboard which operates normally when any item is selected. If I select Item 3 which opens Form2 it works great. However, I want to open the switchboard normally and then AUTOMATICALLY open Form2 so that the user saves a key stroke (yes I know this is stupid). What
|
| Date problem 2 | 06 Mar 2006 21:43 GMT | 4 |
I posted this before, but got an answer I did not understand. I need to have the date a check box was clicked stored in a table. I created a macro. The action was SetValue. The item is caled [Email Verified Date]. The expression is Date().
|
| Question Access base? | 06 Mar 2006 21:30 GMT | 1 |
Hy, how can I doin in MS access base, that is one table of base invisable for sometihing people to users of base. Example if we have base with tree table , I want thta one table be visable only for one (administrator) user. How can I
|
| drill down report | 06 Mar 2006 21:15 GMT | 1 |
I have a report that shows sales by customers. I would like to set the report so that if the user clicks on the customer a 2nd report will open and show detail for that customer. Can I do this if so how?
|