Viewing 15 posts - 151 through 165 (of 273 total)
Another method if you are spooked by using a subquery is to create a query which returns all records which have a Yes. Then join that query to the...
January 17, 2014 at 12:10 pm
That appears essentially correct - the general syntax for referencing a control on a subform is:
Forms![main form name]![subform control name].Form![control name]
and having the subform control in a tab control...
December 11, 2013 at 4:08 pm
That's a common problem in trying to nest tab controls. The usual way around it is to put a subform on the tab where you want to put the...
December 11, 2013 at 9:55 am
An Access crosstab query will do some of what you are after, but it won't produce the format you are after as it only allows one column header. The...
September 12, 2013 at 9:21 am
First of all you should be working with an ADP (Addess Data Project), and not an ACCDB or MDB file. Second, you should know that effective with Access 2013,...
September 6, 2013 at 7:51 pm
As a matter of fact, DENY had be put on the public role. I won't have an opportunity to test it until Tuesday, but I suspect that was the...
August 30, 2013 at 4:26 pm
This is actually a linked table with a Microsoft Access front-end using ODBC, and in typical ODBC fashion, it gives an obscure error code that indicates the user does not...
August 30, 2013 at 4:09 pm
I don't pretend to be even a novice at using attachments - we've never actually used them. From reading about them, I believe the attachments field type actually stores...
August 30, 2013 at 7:50 am
The usual solution (aside from the attachment field in .accdb/e Access front-ends - where you don't really want to store that info if the front-end is deployed to the user...
August 29, 2013 at 8:07 am
If you want to display the content of the combo box control, then you need to use the syntax that chooses the correct column in the combo box row properties....
August 28, 2013 at 11:17 am
One important thing that is missing in the description of your issue is the version of Access that you are using, and the format of your Access front-end database. ...
August 28, 2013 at 11:11 am
Sean is absolutely correct - there is no easy way to do that in Access, and in general you shouldn't need to. Access treats autonumber fields as something the...
August 21, 2013 at 8:52 am
There should not be any difference based on SQL Server version or Access version. This technique is dependant only on SQL Server, and we have similar tables that work...
August 7, 2013 at 3:23 pm
There are several advantages to that approach - it works whether the record is created using a form or added at the table level. It also uses the system...
July 19, 2013 at 8:54 am
kwoznica (7/17/2013)
I used Environ("UserName"), suser_sname(), and select system_user to populate the value in the text box on the form.
I...
July 17, 2013 at 2:51 pm
Viewing 15 posts - 151 through 165 (of 273 total)