Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Microsoft Access | Forum profile

Forum profile page for Microsoft Access on http://www.dbforums.com. This report page is the aggregated overview from a single forum: Microsoft Access, located on the Message Board at http://www.dbforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Microsoft Access" on the Message Board at http://www.dbforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: dBforums - Database Support Community - Microsoft Access (site profile, domain info dbforums.com)
Title: Microsoft Access
Url: http://www.dbforums.com/microsoft-access/
Users activity: 27 posts per thread
Forum activity: 127 active threads during last week
 

Posting activity on Microsoft Access:

  Week Month 3 Months
Threads: 127 461 1,366
Post: 340 1,330 3,709
 

Microsoft Access Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
pkstormy
53
user's latest post:
combo box woes
Published (2009-11-24 16:05:00)
I might avoid the Filters command (these never work very well with odd characters). Or don't use it as a variable name! (I'd call it perhaps vFilter or something like that). MSAccess 'might' get confused on the reserved Filter word with Filters. I think what you're trying to do can be done much easier but I'm hoping this is what you're trying to do. A typical opening of a report might be like this (I'm...
healdem
34
user's latest post:
Databases Security for Multiple...
Published (2009-11-24 09:55:00)
also I'd suggest you read, re read, and the read again the Access security FAQ from MSDN Microsoft Access Security FAQ available in the Download Center amd whilst you are at it make sure to you take backups before makig any security changes, its easy to screw things up, and without a backup your are royally screwed
Beatlesbec
20
user's latest post:
frmQueriesDialogBox
Published (2009-11-24 02:37:00)
Do I need to redo the box? I don't think it's working when I click on a qry in the list.
NTC
20
user's latest post:
Using Query results in a form?
Published (2009-11-24 10:10:00)
"MS Access will not let me use query fields in my form" ....this is a fundamental error or misunderstanding A form is sourced on a record set. The record set can be a table or a query. Use the design wizard to create a form and source it on the query. If you need the form sourced on the table and also need columns/fields from a query then you make a main form sourced on one, and a subform sourced on the other....
DCKunkle
12
user's latest post:
Object variable not set.
Published (2009-11-20 17:45:00)
No problem. Maybe this thread will someone in the future as well.
pbaldy
10
user's latest post:
Capture specific data from a...
Published (2009-11-24 02:23:00)
To point you in the right direction, look at the InStr() function to find the first ^, the InStrRev() function to find the second. With those, a little math and the Mid() function, you have your name.
AhrenL
8
user's latest post:
Opening & Running a VBA in...
Published (2009-11-19 14:51:00)
Funny, it was because I was relying on the assumptions Excel makes about the data, that my import was working for Excel. The problem was fixed by setting the incoming data to whatever format the field was looking for. Basically the API I was getting data from was sending numbers over in a text format, but only sometimes.
rudeboymcc
7
user's latest post:
How do I set the value of the...
Published (2009-11-24 11:10:00)
hmm, was playing around and thought I'd change the bound column. Apparently if I Bind to Column 0, it binds to the index, and binding to column 1 uses the first column, my ID field. Strange, as if I do [cmbProperty].[Column](1), I get the second column! Isnt this a bit misleading?
Missinglinq
7
user's latest post:
Can I make one particular text...
Published (2009-11-24 09:29:00)
As stated previously, you're really not very clear as to exactly what you're doing here, or how these "chunks of text" are being selected and inserted. Obviously, Access has to be told what text to place the symbol after. More details are needed.
BottledFury
7
user's latest post:
Forms that communicate info well
Published (2009-11-24 13:20:00)
Thanks pkstormy! Those are helping me alot! But the real nuts of the problem is after i have searched and found what i want... how do i send that info back to the form that opened the search form?
 

Latest active threads on Microsoft Access::

dBforums - Database Support Community
Started 3 days, 19 hours ago (2009-11-24 15:27:00)  by pkstormy
Not typically done since it's much easier to simply have the functions (in modules) in the same database. Otherwise you make it more complex. I can't say for sure if it's possible (I'm sure there's probably a way somehow but it'll probably be a lot of attempts to get the code right), but again, you make it much more difficult doing it this way. If your insistent on doing it this way (again...
Thread:  Show this thread (3 posts)   Thread info: Running function from 1 database to another Size: 793 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Not typically done since it's much easier to simply have the functions (in
modules) in the same database. Otherwise... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 days, 19 hours ago (2009-11-24 16:05:00)  by pkstormy
I might avoid the Filters command (these never work very well with odd characters). Or don't use it as a variable name! (I'd call it perhaps vFilter or something like that). MSAccess 'might' get confused on the reserved Filter word with Filters. I think what you're trying to do can be done much easier but I'm hoping this is what you're trying to do. A typical opening of a report might be...
Thread:  Show this thread (3 posts)   Thread info: combo box woes Size: 2,005 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I might avoid the Filters command (these never work very well with odd
characters). Or don't use it as... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 days, 17 hours ago (2009-11-24 17:33:00)  by Sinndho
They do not move to the top, but close to!. You have to specify the position of a control on a form in Twips , not in inches or in centimetres. 1440 twips = 1 inch, 567 twips = 1 cm.
Thread:  Show this thread (2 posts)   Thread info: Problems with setting top property Size: 190 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: They do not move to the top, but close to!. You have to specify the
position of a control... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 14 hours ago (2009-11-23 20:51:00)  by pkstormy
This doesn't make sense to me. Can you explain futher. Records don't automatically dissappear regardless if they are fields storing hyperlinks or not. Typically you store your hyperlinks into a field in a table. If records dissappear after clicking the hyperlink, you've got bigger issues. or to open a webpage example: Dim objXMLHTTP, xml Set xml = Nothing Set xml = CreateObject("...
Thread:  Show this thread (3 posts)   Thread info: hyperlink Size: 2,096 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: This doesn't make sense to me. Can you explain futher. Records don't
automatically dissappear regardless if they are fields... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days ago (2009-11-24 11:10:00)  by rudeboymcc
hmm, was playing around and thought I'd change the bound column. Apparently if I Bind to Column 0, it binds to the index, and binding to column 1 uses the first column, my ID field. Strange, as if I do [cmbProperty].[Column](1), I get the second column! Isnt this a bit misleading?
Thread:  Show this thread (4 posts)   Thread info: How do I set the value of the combo box and not the index? Size: 334 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: hmm, was playing around and thought I'd change the bound column.

Apparently if I Bind to Column 0, it... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 11 hours ago (2009-11-23 23:22:00)  by pkstormy
Not sure I understand what you're trying to do. If you're looking for a search type form, there are several, several examples in the code bank of search forms to search for data and then return the found record to another form. Here's one of several: http://www.dbforums.com/6289596-post39.html or http://www.dbforums.com/6325742-post63.html or http://www.dbforums.com/6342970-...
Thread:  Show this thread (4 posts)   Thread info: Forms that communicate info well Size: 1,119 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Not sure I understand what you're trying to do. If you're looking for a
search type form, there are... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 12 hours ago (2009-11-23 23:02:00)  by pkstormy
It would probably be something like this: me.MyComboboxName.Rowsource = "Select...." or Forms!MyFormName!MyComboboxName.Rowsource = "Select...." or (I will sometimes just set the rowsource to a query name) me.MyComboboxName.Rowsource = "MyQueryName"
Thread:  Show this thread (3 posts)   Thread info: Command to Change Row Source Size: 337 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: It would probably be something like this:

me.MyComboboxName.Rowsource = "Select...."
or
Forms!MyFormName!MyComboboxName.Rowsource = "Select...."

or (I will sometimes just... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 days, 22 hours ago (2009-11-24 13:00:00)  by Sam Landy
Instead of typing directly into the datasheet, try letting the user type into unbound text boxes. Make a "Confirm Data" command box to allow the user to signal that he's finished, and then start testing the data control by control. If you detect an error, you can then use messagebox. Don't submit the data to the datasheet until all errors are fixed.
Thread:  Show this thread (2 posts)   Thread info: Error trapping when inserting new record in datasheet view? Size: 361 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Instead of typing directly into the datasheet, try letting the user type
into unbound text boxes. Make a "Confirm... :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days ago (2009-11-24 10:54:00)  by rudeboymcc
Post the SQL here - this will show how the criteria has been written in the code.
Thread:  Show this thread (2 posts)   Thread info: More Access weirdness Size: 81 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Post the SQL here - this will show how the criteria has been written in the
code. :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 1 hour ago (2009-11-24 10:10:00)  by NTC
"MS Access will not let me use query fields in my form" ....this is a fundamental error or misunderstanding A form is sourced on a record set. The record set can be a table or a query. Use the design wizard to create a form and source it on the query. If you need the form sourced on the table and also need columns/fields from a query then you make a main form sourced on one, ...
Thread:  Show this thread (2 posts)   Thread info: Using Query results in a form? Size: 495 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: "MS Access will not let me use query fields in my form"

....this is a fundamental error or misunderstanding... :: Microsoft Access :: dBforums - Database Support Community"
 

Hot threads for last week on Microsoft Access::

Microsoft Access
Started 1 week, 3 days ago (2009-11-18 04:15:00)  by healdem
select my, column, list from mytable where acolumn not like "~*" MSysObjects is the table you want queries can be found by limiting the Type to 5
Thread:  Show this thread (34 posts)   Thread info: SQL statement Size: 184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: select my, column, list from mytable
where acolumn not like "~*"

MSysObjects is the table you want
queries can... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 1 week ago (2009-11-20 17:31:00)  by NTC
there is no such thing as an Access form having a web browser....
Thread:  Show this thread (13 posts)   Thread info: Refresh a Web Browser in an Access Form Size: 65 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: there is no such thing as an Access form having a web browser.... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 1 week ago (2009-11-20 18:10:00)  by Teddy
insert is for inserting data. select is for reading data. insert, then select. These are two separate steps.
Thread:  Show this thread (9 posts)   Thread info: I have a TABLE but only appear entries/records with select can Size: 161 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: insert is for inserting data.


select is for reading data.


insert, then select. These are two separate steps. :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 6 days, 8 hours ago (2009-11-22 02:42:00)  by pkstormy
To show a total in a field, make an unbound field (if you don't want to store the value, otherwise add the sourceboject of the field in your table.) If it's an unbound field, simply put this in for the sourceobject: =[Job_price]*[Actual_Selling_Price] (or whatever fields you're calculating.) This will automatically update it any time one of the price fields is changed. If you want to ...
Thread:  Show this thread (9 posts)   Thread info: Newbie - update quantity help!! Size: 2,304 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: To show a total in a field, make an unbound field (if you don't want to
store the value,... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 4 days, 22 hours ago (2009-11-23 12:12:00)  by Missinglinq
You're really not very clear as to exactly how you're doing this, but in general it would be something like Me.ProductName = Me.ProductName & Chr(174) BTW, what does your thread title have to do with the question posted?
Thread:  Show this thread (9 posts)   Thread info: Can I make one particular text item bold throughout my DB?? Size: 264 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: You're really not very clear as to exactly how you're doing this, but in
general it would be something... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 1 week, 2 days ago (2009-11-19 09:08:00)  by kedunc
Thanks healdem, I need to export the query ( or form datasheet view ) as a spreadsheet to others. When I do this the conditional formatting is lost. Is there a way to export from access to another file format ( excel ) and keep condiitonal formatting ? Quote: Originally Posted by healdem consider using conditional ...
Thread:  Show this thread (8 posts)   Thread info: Font colour and Switch function Size: 988 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Thanks healdem, I need to export the query ( or form datasheet view ) as a
spreadsheet to others.... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 1 week, 1 day ago (2009-11-19 11:36:00)  by lolarennt
Chris, Correct me if I am wrong, but you are never INSERTING data in the new live table, right? You are only UPDATING the live table with information from the archive table, if the reference number matches with a number in the archive table. And then, if you find a match, you want to grab the latest information from the archive table, and update the live table with that. Is that about ...
Thread:  Show this thread (8 posts)   Thread info: updating table with data from another Size: 451 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Chris,

Correct me if I am wrong, but you are never INSERTING data in the new live
table, right?... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 1 week, 1 day ago (2009-11-19 19:04:00)  by NTC
If Me.[Status] Like "Closed" Then Me.[Resolution_ETA] = Now() End If is it Resolution_ETA or Resolution ETA ?? down't throw in an underscore if it isn't in the actual name of the field/control
Thread:  Show this thread (8 posts)   Thread info: Automatically inserting current date and time into a field Size: 238 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: If Me.[Status] Like "Closed" Then
Me.[Resolution_ETA] = Now()
End If

is it Resolution_ETA or Resolution ETA ?? down't throw... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 4 days, 19 hours ago (2009-11-23 15:13:00)  by nckdryr
Welcome to the forums I imagine you'll need some sort of custom string parser function to return the name, and then just use the Now() function to get the current time. Could you supply a sample data that you would get from the card reader? Obviously, it would be annonymized data (John Smith, XXXX XXXX...), but just to give us an idea of what is being sent from the reader to the machine.
Thread:  Show this thread (7 posts)   Thread info: Capture specific data from a card reader Size: 407 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Welcome to the forums

I imagine you'll need some sort of custom string parser function to return
the name,... :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 4 days, 20 hours ago (2009-11-23 15:10:00)  by nckdryr
Welcome to the forums. Have you considered just making a form in Access and letting the user enter in the data there? This is, after all, what forms are basically made for (i.e. allowing the user to interact with the data, such as entering records).
Thread:  Show this thread (6 posts)   Thread info: Vb application - Word to Access Size: 265 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Welcome to the forums.

Have you considered just making a form in Access and letting the user enter
in... :: Microsoft Access :: dBforums - Database Support Community"