access tag

41 questions


1 answers
110 views
0
Please tell me about Access VBA.

I would like to enter a number (integer) in the text boxes X1 to Y1 to find the sum.x1□~y1□sum□button□Private SubtnWa_Click()  DimSouwa As Long lSouwa = 0 ForlSouwa= txtX1 TotxtY1 lSouwa=txtX1+txtY1...

2 years ago

1 answers
55 views
0
Redirect destination is different depending on the presence or absence of a trailing slash.

I am trying to redirect it by writing it in .htaccess.The directory configuration is as follows, and the URL is accessible by /site/aaa or /site/bbb.site └-- aaaa directory └-- bbbb directoryWhat do y...

2 years ago

1 answers
118 views
0
Export from Access DB to MySQL DB

You are trying to export from Access DB to MySQL using MySQL ODBC.Select the table in MS Access, export → ODBC database, and When you run it, ODBC - The call failed.                  Incorrect string ...

2 years ago

2 answers
58 views
0
I have a question about creating a .htaccess file.

I'd like to redirect the mirror site to a legitimate site with .htaccess.When I created it in the htaccess editor, I was told that the answer in the Search Console forum would not work.<Files~^\.(h...

2 years ago

2 answers
124 views
0
To detect https in htaccess on Sakura server

It may not be something to ask here.Sakura Server introduces its own ssl and wants to be unified with https and www, so I write redirects in htaccess.Redirect from http to httpsRewriteCond%{ENV:HTTPS}...

2 years ago

1 answers
58 views
0
[mod_rewrite] I don't want to open anything other than the specified file even if I access it with ".php".

Thank you for your help.The site you are currently managing is For example http://example.com/files/contentIn response to the request, you can use .htaccess.RewriteRule^files/([0-9A-Za-z_)]+)$1.php[QS...


1 answers
55 views
0
Redirect Loop Occurs in Wordpress

I would like to redirect the site with ?amp at the end of url when I access it with my smartphone, but when I access it with my smartphone, there is a loop.Could you tell me where the problem is?The c...

2 years ago

2 answers
105 views
0
What characters can I use for access and Excel passwords?

Please tell me all the characters that can be used as passwords in MS Office access and Excel.I remember seeing that you can use the code that you can specify in the Char function on some site, not to...

2 years ago

1 answers
85 views
0
How to omit the password for Basic authentication (how to log in only user name)

After setting it up in Apache's .htaccess as shown below, AuthType BasicAuthName OnlyAuthUserFile/dirname/.htpasswdRequire valid-userAs shown below, the .htpasswd file omitted the password only for th...

2 years ago

1 answers
124 views
0
How do I configure redirect?

What is the description of the redirect using .htaccess?I would like to redirect to 4) if there is access to 1) through 3). I would also like to include the path following /sp/ in the redirect target ...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.