Register
Help
Remember Me?
Forum
What's New?
Activity Stream
New Events
Mark Forums Read
Quick Links
Today's Posts
How to Post a Question
How to Mark Thread Solved
How to Attach Files
Advanced Search
Home
Activity Stream
Activity Stream
Filter
Sort By
Time
Show
Recent
Recent
Popular
Popular
Anytime
Anytime
Last 7 Days
Last 7 Days
Last 30 Days
Last 30 Days
All
All
Photos
Photos
Forum
Forums
Filter by:
Popular
Forums
Clear All
New Activity (
)
Please reload this page to view the 200+ new activity items that have been created.
Older Activity
09-15-2025,
07:13 AM
jerikson
started a thread
Need help converting Excel to Access and retaining same data
in
Access
I'm not familiar with Access by any means and admit I am a noob. What my colleagues and I need is this document converted over to Access but we...
see more
22 replies | 9089 view(s)
09-14-2025,
08:59 AM
d9pierce1
started a thread
Adding an ID in Website on Form?
in
Programming
Hi all, DB attached. On Form (frmOnLineAccess) when I enter a new name into field Search Institutions, it fire a Not in List, which it is suposed...
see more
9 replies | 5799 view(s)
09-27-2025,
05:40 AM
d9pierce1
started a thread
DLookup Help
in
Programming
Hi all, Still struggling with these DLookups....Sorry but have tried this 100 different ways What I am atttempting to do is: LookUp the...
see more
16 replies | 3945 view(s)
09-10-2025,
12:02 PM
lawdy
started a thread
How to use refresh in a module
in
Programming
It is real common to use me.refresh in a sub of the form. I need to use refresh in function. Instructions says to use form.refresh. But when I put...
see more
12 replies | 4114 view(s)
09-17-2025,
01:54 PM
IndianaITGuy
started a thread
Trying to create a separate pdf file for every record displayed in a Report
in
Modules
I created a report with several subreports based on the following query: SELECT tblSegment., tblSegment., tblSegment.Descr, ...
see more
4 replies | 4948 view(s)
09-13-2025,
06:45 AM
d9pierce1
started a thread
Data MisMatch error on code?
in
Programming
Hi all, Data Base Attached, Opens to frmZip, enter Zipcode and Tab. If Zip does not exist or has more then one, it will open another form. If does...
see more
10 replies | 4103 view(s)
09-21-2025,
06:38 PM
jhg6308
started a thread
Controlling which code windows open when opening VBA editor
in
Programming
When opening the VBA editor, Access opens some module code windows. Which windows are opened doesn't seem to follow any rhyme or reason except...
see more
16 replies | 3378 view(s)
09-22-2025,
08:13 PM
lawdy
started a thread
Need help restructuring table and building a form
in
Forms
I have eliminated all fields on my tblCalender that were also on another table. This reduced it from 15 fields to 3. Yes 3. The other 12 fields...
see more
15 replies | 3401 view(s)
09-16-2025,
09:17 AM
TOPSie
started a thread
The old date problem.
in
Access
Please forgive me I am feeling a bit fragile. I "improved" a bit of code mid August and went away on holiday on the 31st. Next day and irate...
see more
6 replies | 4052 view(s)
09-22-2025,
10:26 AM
yrstruly
started a thread
This Record Set Is Not Updateable
in
Queries
My Access database has entered a confusing state, where some records have suddenly become non-updatable, despite no recent structural changes....
see more
15 replies | 3290 view(s)
10-04-2025,
02:49 PM
GraeagleBill
started a thread
Problems attempting to add new record to table
in
Programming
I have a form with RecordSource "tblInvNew", which is empty and is identical in structure to table "tblInv". All of the controls in the form, where...
see more
34 replies | 488 view(s)
09-24-2025,
09:25 AM
matey56
started a thread
New records not showing in form
in
Forms
I have a problem I can't seem to figure out. I have a form with a bunch of search filters to help users find records. They can also create new...
see more
10 replies | 3025 view(s)
09-12-2025,
08:20 AM
TeO74
started a thread
Access 365 with Windows Common Controls
in
Access
Hello. I'm looking for your collective wisdom, if you can relate to my scenario. The following situation: - Windows Server 2025 64-bit...
see more
8 replies | 3072 view(s)
09-18-2025,
03:21 PM
Carmine
started a thread
escaping the apostrophe
in
Access
Private Sub Form_Open(Cancel As Integer) Me.Filter = "" Me.FilterOn = False Me!CountryCbo = Null Me!VarietyCbo = Null End Sub ...
see more
4 replies | 3028 view(s)
09-20-2025,
05:51 PM
lawdy
started a thread
Trying to use an update query
in
Queries
I am trying to create an update query to add data from 3 fields of one table into the fields of a second table. I copied a formula from the...
see more
8 replies | 2081 view(s)
09-29-2025,
12:40 AM
TSD
started a thread
How create a printable form or report that will print a membership id card
in
Access
Hello all! This is my first post here. I'm new to creating access database and having some issues. I was given the task of taking the database...
see more
11 replies | 1843 view(s)
09-25-2025,
06:27 AM
ThomasCurcio
started a thread
Records Listed Out of Order in Form
in
Forms
I have a very basic access database. The table that contains all the data has 221 records, all listed alphabetically. The form that reads and...
see more
5 replies | 2230 view(s)
10-01-2025,
08:08 PM
lawdy
started a thread
Don't know how to make an update query
in
Queries
I am having trouble learning queries. The sub following runs, but it don't update the table. Please help. #Sub modQue_addNewLocation() ' ...
see more
20 replies | 595 view(s)
09-11-2025,
04:32 AM
dizy8
started a thread
Value in Textbox 2 depends on Value on Textbox1
in
Forms
Hi all, I have textbox1 that has a drop down selection of (Station, Tunnel, MEP). Now, I want that when I select “Station”, my textbox2 will have a...
see more
4 replies | 2457 view(s)
09-29-2025,
11:32 AM
lawdy
started a thread
What to do with a no current record query
in
Queries
The sub works good as long as there are records to locate. But when there isn't, I get a No Current Record error. The internet says the cure is to...
see more
5 replies | 2032 view(s)
09-27-2025,
03:26 PM
GraeagleBill
started a thread
control OnClick event to make record the current record
in
Programming
On a continuous form, click one of the bound fields to effectively be the same as though having clicked on the record selector. I want to click on...
see more
4 replies | 2016 view(s)
09-09-2025,
07:40 AM
maax555
started a thread
Cant filter Combobox
in
Access
Hi I have what I feel is a very simple task and that is to filter the SimilarTo ComboBox so that it only shows data related to the Customer ComboBox....
see more
3 replies | 1972 view(s)
10-01-2025,
05:12 PM
Noek
started a thread
Adding text field to form issue, control source not listed in property sheet
in
Access
I've created a form based on a table. Everything works fine. Now I am adding a text field to the table and form, I create a text field on the form...
see more
6 replies | 738 view(s)
09-26-2025,
02:45 AM
maax555
started a thread
Using a filtered combobox in a form to recall a record
in
Forms
Hi, looking for a way to recall a record for editing by using a filtered combobox. I have had this working without a filter on the unbound Combo26....
see more
4 replies | 961 view(s)
10-03-2025,
06:41 AM
maax555
started a thread
Forms that add records to a table but also pull records from a different table?
in
Forms
Hi, been struggling with this for a while and would really appreciate some help. I have a table called CableParts. I use the form frmAddNewParts...
see more
7 replies | 239 view(s)
10-01-2025,
06:01 AM
Rainbows5.
started a thread
Part must have works order issued box ticked before part allows the shipped ticked box being ticke
in
Programming
Hi i have 2 tables i called " internal works order part2" and the other one called " order details " i have noticed that the feild called...
see more
5 replies | 376 view(s)
10-05-2025,
05:12 PM
kgash
started a thread
Access locks up after error message
in
Queries
I'm in the middle of a QBE and when I start entering a Criteria I get the following message: The expression you entered contain invalid syntax and...
see more
4 replies | 131 view(s)
Yesterday,
07:41 AM
Gary Frechette
started a thread
Searching for reference OFFOWC.DLL
in
Access
I'm a newbie, so please forgive me if I sound confused... We have migrated from our old Win 10 PC to a new PC running Win 11. The old PC was...
see more
5 replies | 74 view(s)
Today,
02:24 AM
Matrix
started a thread
Opted Out of Cloudflare
in
Forum Suggestions
We’ve stopped using Cloudflare because it was causing login issues and other inconveniences for our members. Everything should work as usual now —...
see more
6 replies | 38 view(s)
10-04-2025,
04:55 PM
JonathanT
started a thread
Counting folders
in
Reports
Thought this would be simple but I can't seem to find an answer. I want to count the number of unique values in a field and show that number on a...
see more
3 replies | 134 view(s)
More Activity
No More Results
No Recent Activity