171 questions with Microsoft 365 and Office | Access | For home | Other tags

Sort by: Updated
1 answer

How can I re-install Microsoft Office 365 after un-installing it from my laptop and without incurring charges

Earlier today, I accidently un-installed my Microsoft Office 365 from my laptop. How do I re-install it without incurring any charges please? Thanks!

Microsoft 365 and Office | Access | For home | Other
asked 2025-08-11T21:45:49.51+00:00
Raja Imran Ahmad 0 Reputation points
answered 2025-08-11T22:49:08.2366667+00:00
Craig Long 13,955 Reputation points Volunteer Moderator
3 answers

I cannot send or receive my emails

I cannot send or receive my email I have tried many different things but still I am not receive any of my emails please help?

Microsoft 365 and Office | Access | For home | Other
asked 2025-08-10T19:10:18.23+00:00
Jacqui Powell 0 Reputation points
commented 2025-08-11T06:24:44.27+00:00
Teddie-D 3,290 Reputation points Microsoft External Staff Moderator
2 answers

Outlook Features Disabled Due to Activation Issues After Office 365 Renewal

Three devices in a home office are displaying a message indicating that Outlook features have been disabled because it hasn't been activated. Office 365 was renewed in January 2025 for over $107. What could be causing the system to show as inactive now?…

Microsoft 365 and Office | Access | For home | Other
asked 2025-08-05T20:54:15.6466667+00:00
Robin Gillespie 0 Reputation points
answered 2025-08-07T16:21:33.23+00:00
Robin Gillespie 0 Reputation points
1 answer One of the answers was accepted by the question author.

MSWord for Mac macros get error message

I have MSWord for Mac v. 16.99. When I run any macro that I created and that used to work I get Microsoft Visual Basic System Error &H*000FFF (-2147418113). I have messaged with MS support which had me go into Visual Basic and replace a macro with…

Microsoft 365 and Office | Access | For home | Other
asked 2025-08-04T21:38:23.7866667+00:00
Ronald Kessler 20 Reputation points
commented 2025-08-07T00:25:19.33+00:00
Gabriel-N 3,705 Reputation points Microsoft External Staff Moderator
3 answers

Not recognizing my new MS 365 Office account

After purchasing Office 365 my account is not being recognized.

Microsoft 365 and Office | Access | For home | Other
asked 2025-07-22T15:20:06.2233333+00:00
Anthony Pensule 0 Reputation points
commented 2025-08-01T06:46:46.32+00:00
Flora-T 2,165 Reputation points Microsoft External Staff Moderator
1 answer

how to acess my account when verification method isnt working and account recovery has not worked either

Forgotten my password to email account and tried to reset, I then had verification method failed and said it is not working right now try another method I must have locked my account so I waited a few days to try again and I have then followed the steps…

Microsoft 365 and Office | Access | For home | Other
asked 2025-07-28T14:10:41.0666667+00:00
Lucie Berwick 0 Reputation points
commented 2025-07-31T07:20:56.78+00:00
Flora-T 2,165 Reputation points Microsoft External Staff Moderator
1 answer

I have had my account blocked and can't sign in

I forgot my password and have now been blocked out of my account. I really need to get logged back I'm. Please can you help many thanks Julie

Microsoft 365 and Office | Access | For home | Other
asked 2025-07-23T20:41:28.9933333+00:00
Julie Chitty 0 Reputation points
commented 2025-07-30T04:34:41.9366667+00:00
Dora-T 3,225 Reputation points Microsoft External Staff Moderator
2 answers

how can I speak to a person on my phone?

Microsoft 365 Business *** Account informationName: Hi****** . Billing profile: Hi****** Subscription name: Microsoft 365 Business *** Licences: 1 Primary Tenant Id:** ************

Microsoft 365 and Office | Access | For home | Other
asked 2025-07-27T11:56:37.9433333+00:00
Hilary Hard 0 Reputation points
commented 2025-07-30T00:08:44.4233333+00:00
Flora-T 2,165 Reputation points Microsoft External Staff Moderator
2 answers

Direct me to someone that I can pay to use Microsoft Word on my Mac Book Pro

I can't find anyone at Microsoft that will sell me a way to use Microsoft Word on my Mac Book Pro Ventura 13.1

Microsoft 365 and Office | Access | For home | Other
asked 2025-07-25T20:38:30.59+00:00
Thomas Shubat 0 Reputation points
answered 2025-07-26T11:22:44.7266667+00:00
Ken Sheridan 3,026 Reputation points
2 answers

Access VBA - confused by Byref Argument Type Mismatch

I am attempting to call a function that also passes by data in ByRef variable. Everything is a type string and the calling sub has the receiving variable set as type string. Yet I am getting the Byref mismatch message. The ByVal is the string variable…

Microsoft 365 and Office | Access | For home | Other
asked 2025-04-13T23:17:47+00:00
Anonymous
0 answers

Microsoft database

Query wizard shows that there is another user has a source table, "type mismatch in Expression"

Microsoft 365 and Office | Access | For home | Other
asked 2025-06-23T12:56:30+00:00
Anonymous
11 answers

Microsoft 365 - Access - "Import" no longer working after installing latest update.

I have an "Import" (.csv file to an existing table) that has been working for years. This month, after installing latest Office update, the import no longer works, "Err: Invalid argument". I checked the file to be imported and it is…

Microsoft 365 and Office | Access | For home | Other
asked 2025-04-01T17:07:48+00:00
Anonymous
7 answers One of the answers was accepted by the question author.

Problem with query transferts

Since the last Office update, when I try to transfer a query from one Access database to another, I get this error message. It only happens with queries. Does anyone have the same problem and possibly a solution ? I've never had any problems before…

Microsoft 365 and Office | Access | For home | Other
asked 2025-03-13T17:07:50+00:00
Anonymous
16 answers One of the answers was accepted by the question author.

Access Database Question

Hello, I need some help with a database that is many years old. I have two duration fields, named Dur1 and Dur2 which display the time of some recordings that I have. The problem is they are formatted as numerical and the entries are in seconds, so that…

Microsoft 365 and Office | Access | For home | Other
asked 2025-05-27T23:36:46+00:00
Anonymous
15 answers

How to change width on the left side list showing Tables and other parts.

My MS Access has made my left column containing names on tables etc so narrow I cannot read the names of them. How to change this?

Microsoft 365 and Office | Access | For home | Other
asked 2025-05-17T13:35:35+00:00
Anonymous
8 answers

Close one form if record is found

If a record is found, i want to close the search form. It isn't working currently. This is the code I'm using Private Sub cmdChecknr_Click() DoCmd.OpenForm "CDfrmchecksort", , , "CheckNr =" & CheckNr & "" …

Microsoft 365 and Office | Access | For home | Other
asked 2025-04-09T16:20:11+00:00
Anonymous
13 answers One of the answers was accepted by the question author.

Error code 2482 on Access macro

I am experiencing error 2482 when trying to run an Access macro that contains a step with an expression. Macro runs fine until that step. Database is in a trusted location, but CurrentProject.IsTrusted=False. Running Windows 11 on PC.

Microsoft 365 and Office | Access | For home | Other
asked 2025-05-16T17:34:50+00:00
Anonymous
1 answer

Why does my MS Access 2021 say Unlicensed Product for the product ID purchased on 6/3/25?

Why does my MS Access 2021 say Unlicensed Product for the product ID purchased on 6/3/25?

Microsoft 365 and Office | Access | For home | Other
asked 2025-06-09T18:56:22+00:00
Anonymous
6 answers

How do I add conditional questions to a Microsoft Access Form?

I have no experience with database design or coding at all and I'm trying to teach myself Access in order to keep track of all my art. I want to design the form so that, if the yes/no box for "fanart" is checked, a new field appears, prompting…

Microsoft 365 and Office | Access | For home | Other
asked 2025-04-09T11:55:12+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Attn: Ken Sheridan - I am trying to create a BOM in Access

Hi Ken, I am trying to create a BOM in Access and saw your helpful replies to similar questions, there you posted a link to BOM.zip with an example of recursive querying workaround, unfortunately that link no longer works, would it be possible to repost…

Microsoft 365 and Office | Access | For home | Other
asked 2025-05-13T00:06:20+00:00
Anonymous